fix varname
This commit is contained in:
parent
9c76a0232e
commit
4042ac69ec
@ -452,7 +452,7 @@ class Commands:
|
|||||||
if fee is None:
|
if fee is None:
|
||||||
for i in inputs:
|
for i in inputs:
|
||||||
self.wallet.add_input_info(i)
|
self.wallet.add_input_info(i)
|
||||||
output = ('address', to_address, amount)
|
output = ('address', address, amount)
|
||||||
dummy_tx = Transaction.from_io(inputs, [output])
|
dummy_tx = Transaction.from_io(inputs, [output])
|
||||||
fee = self.wallet.estimated_fee(dummy_tx)
|
fee = self.wallet.estimated_fee(dummy_tx)
|
||||||
amount -= fee
|
amount -= fee
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user