forked from LBRYCommunity/lbry-sdk
raise asyncio.TimeoutError
This commit is contained in:
parent
07bae26fd3
commit
72690b5cff
1 changed files with 1 additions and 1 deletions
|
@ -542,4 +542,4 @@ class BaseLedger(metaclass=LedgerRegistry):
|
|||
)) for address_record in records
|
||||
], timeout=timeout)
|
||||
if pending:
|
||||
raise TimeoutError('Timed out waiting for transaction.')
|
||||
raise asyncio.TimeoutError('Timed out waiting for transaction.')
|
||||
|
|
Loading…
Reference in a new issue