mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
save height of transaction
This commit is contained in:
parent
5ae15d6100
commit
47a3739865
1 changed files with 1 additions and 0 deletions
|
@ -1114,6 +1114,7 @@ class Wallet:
|
|||
for item in h:
|
||||
if item.get('tx_hash') == tx_hash:
|
||||
height = item.get('height')
|
||||
tx['height'] = height
|
||||
if height:
|
||||
print_error("found height for", tx_hash, height)
|
||||
self.verifier.add(tx_hash, height)
|
||||
|
|
Loading…
Add table
Reference in a new issue