thomasv 12 years ago
parent
commit
2f04531565
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -1079,7 +1079,7 @@ class Wallet:
return False return False
# check that we are not "orphaning" a transaction # check that we are not "orphaning" a transaction
old_hist = self.history.get(addr) old_hist = self.history.get(addr,[])
if old_hist == ['*']: return True if old_hist == ['*']: return True
for tx_hash, height in old_hist: for tx_hash, height in old_hist:

Loading…
Cancel
Save