mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
merkle root too
This commit is contained in:
parent
1a7f1daebd
commit
71357cfb23
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ class WalletVerifier(threading.Thread):
|
|||
if tx_height >= height:
|
||||
print "redoing", tx_hash
|
||||
self.verified_tx.pop(tx_hash)
|
||||
if tx_hash in self.merkle_roots: self.merkle_roots.pop(tx_hash)
|
||||
# return False to request previous header.
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue