mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix: verified tx contains pos
This commit is contained in:
parent
39799592ed
commit
5cc05b0685
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class WalletVerifier(threading.Thread):
|
|||
with self.lock:
|
||||
items = self.verified_tx.items()[:]
|
||||
for tx_hash, item in items:
|
||||
tx_height, timestamp = item
|
||||
tx_height, timestamp, pos = item
|
||||
if tx_height >= height:
|
||||
print_error("redoing", tx_hash)
|
||||
with self.lock:
|
||||
|
|
Loading…
Add table
Reference in a new issue