bump_fee: fix error message
This commit is contained in:
@@ -1020,7 +1020,7 @@ class Abstract_Wallet(PrintError):
|
||||
outputs[i] = otype, address, value - delta
|
||||
break
|
||||
else:
|
||||
raise BaseException("cannot bump fee")
|
||||
raise BaseException("cannot bump fee: could not find a change output")
|
||||
new_tx = Transaction.from_io(inputs, outputs)
|
||||
return new_tx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user