diff --git a/lib/wallet.py b/lib/wallet.py index 4d961dc5..72fd982f 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -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: