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