From be15601a6717ecd516824b52fc75d7b995beaa4a Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 10 Jun 2019 01:32:07 -0400 Subject: [PATCH] pylint --- torba/client/baseledger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/client/baseledger.py b/torba/client/baseledger.py index fb51ef95d..8775d6f24 100644 --- a/torba/client/baseledger.py +++ b/torba/client/baseledger.py @@ -514,7 +514,7 @@ class BaseLedger(metaclass=LedgerRegistry): self.hash160_to_address(txo.script.values['pubkey_hash']) ) records = await self.db.get_addresses(cols=('address',), address__in=addresses) - done, pending = await asyncio.wait([ + _, pending = await asyncio.wait([ 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']