merkle root too

This commit is contained in:
ThomasV 2012-10-27 20:52:32 +02:00
parent 1a7f1daebd
commit 71357cfb23
1 changed files with 1 additions and 0 deletions

View File

@ -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