wip patch
This commit is contained in:
parent
5a3cd577db
commit
c6419f199c
1 changed files with 2 additions and 0 deletions
|
@ -678,6 +678,8 @@ class Ledger(metaclass=LedgerRegistry):
|
|||
if txid == tx.id and local_height >= height:
|
||||
found = True
|
||||
if not found:
|
||||
log.info('forcing update on %s', record['address'])
|
||||
self._update_tasks.add(self.update_history(record['address'], 'force'))
|
||||
log.info("timeout: %s, %s, %s", record['history'], addresses, tx.id)
|
||||
return False
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue