1
0
This commit is contained in:
thomasv
2012-11-23 17:11:32 +01:00
parent 47a3739865
commit 2f04531565

View File

@@ -1079,7 +1079,7 @@ class Wallet:
return False
# 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
for tx_hash, height in old_hist: