tmerkle root too - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 71357cfb23bf117c6b5f069fcd8e43f3247fd8a3
DIR parent 1a7f1daebda35c05e061556fa37720980a96e858
HTML Author: ThomasV <thomasv@gitorious>
Date: Sat, 27 Oct 2012 20:52:32 +0200
merkle root too
Diffstat:
M lib/verifier.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/lib/verifier.py b/lib/verifier.py
t@@ -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