mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
some local txns are not getting SPV verified
This commit is contained in:
parent
d466ef4b73
commit
d6c1a933fe
1 changed files with 1 additions and 0 deletions
|
@ -779,6 +779,7 @@ class Abstract_Wallet(PrintError):
|
|||
# make tx local
|
||||
self.unverified_tx.pop(tx_hash, None)
|
||||
self.verified_tx.pop(tx_hash, None)
|
||||
self.verifier.merkle_roots.pop(tx_hash, None)
|
||||
self.history[addr] = hist
|
||||
|
||||
for tx_hash, tx_height in hist:
|
||||
|
|
Loading…
Add table
Reference in a new issue