fix: confusion

This commit is contained in:
ThomasV 2012-06-17 06:58:36 +02:00
parent ea07c26ad9
commit c6c577dcfd
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ class Wallet:
if not inputs:
raise BaseException("Not enough funds")
if self.use_change:
if not self.use_change:
change_addr = inputs[0][0]
print "sending change to", change_addr
else: