mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix: confusion
This commit is contained in:
parent
ea07c26ad9
commit
c6c577dcfd
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ class Wallet:
|
||||||
if not inputs:
|
if not inputs:
|
||||||
raise BaseException("Not enough funds")
|
raise BaseException("Not enough funds")
|
||||||
|
|
||||||
if self.use_change:
|
if not self.use_change:
|
||||||
change_addr = inputs[0][0]
|
change_addr = inputs[0][0]
|
||||||
print "sending change to", change_addr
|
print "sending change to", change_addr
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue