forked from LBRYCommunity/lbry-sdk
pylint line too long
This commit is contained in:
parent
1b7c5a1373
commit
cff22a8951
1 changed files with 2 additions and 1 deletions
|
@ -515,6 +515,7 @@ class BaseLedger(metaclass=LedgerRegistry):
|
||||||
records = await self.db.get_addresses(cols=('address',), address__in=addresses)
|
records = await self.db.get_addresses(cols=('address',), address__in=addresses)
|
||||||
await asyncio.wait([
|
await asyncio.wait([
|
||||||
self.on_transaction.where(partial(
|
self.on_transaction.where(partial(
|
||||||
lambda a, e: a == e.address and e.tx.height >= height and e.tx.id == tx.id, address_record['address']
|
lambda a, e: a == e.address and e.tx.height >= height and e.tx.id == tx.id,
|
||||||
|
address_record['address']
|
||||||
)) for address_record in records
|
)) for address_record in records
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue