fix #7921
This commit is contained in:
@@ -112,7 +112,7 @@ class NewChannelDialog(WindowModalDialog):
|
||||
except (NotEnoughFunds, NoDynamicFeeEstimates) as e:
|
||||
self.max_button.setChecked(False)
|
||||
self.amount_e.setFrozen(False)
|
||||
self.main_window.show_error(str(e))
|
||||
self.window.show_error(str(e))
|
||||
return
|
||||
amount = tx.output_value()
|
||||
amount = min(amount, LN_MAX_FUNDING_SAT)
|
||||
|
||||
Reference in New Issue
Block a user