From 71357cfb23bf117c6b5f069fcd8e43f3247fd8a3 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 27 Oct 2012 20:52:32 +0200 Subject: [PATCH] merkle root too --- lib/verifier.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/verifier.py b/lib/verifier.py index 7713045..b6f8644 100644 --- a/lib/verifier.py +++ b/lib/verifier.py @@ -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 -- 1.7.1