From d6c1a933fe0f44191306300d6c34142c54e8ab92 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 6 Feb 2018 05:13:37 +0100 Subject: [PATCH] some local txns are not getting SPV verified --- lib/wallet.py | 1 + 1 file changed, 1 insertion(+) 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: