fix #4255
This commit is contained in:
parent
3bf5afa61a
commit
986985c398
@ -662,6 +662,8 @@ class ElectrumWindow(App):
|
||||
|
||||
def get_max_amount(self):
|
||||
inputs = self.wallet.get_spendable_coins(None, self.electrum_config)
|
||||
if not inputs:
|
||||
return ''
|
||||
addr = str(self.send_screen.screen.address) or self.wallet.dummy_address()
|
||||
outputs = [(TYPE_ADDRESS, addr, '!')]
|
||||
tx = self.wallet.make_unsigned_transaction(inputs, outputs, self.electrum_config)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user