save height of transaction

This commit is contained in:
thomasv 2012-11-23 16:11:52 +01:00
parent 5ae15d6100
commit 47a3739865

View file

@ -1114,6 +1114,7 @@ class Wallet:
for item in h:
if item.get('tx_hash') == tx_hash:
height = item.get('height')
tx['height'] = height
if height:
print_error("found height for", tx_hash, height)
self.verifier.add(tx_hash, height)