diff --git a/lib/wallet.py b/lib/wallet.py index 29f9bc183..308c49276 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -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)