diff --git a/lib/wallet.py b/lib/wallet.py index 93a8cf0f..e6dd1027 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -1134,6 +1134,9 @@ class Wallet: if not found: tx = self.transactions.get(tx_hash) + # tx might not be there + if not tx: continue + # already verified? if tx.get('height'): continue