1
0
This commit is contained in:
ThomasV
2022-08-08 12:40:44 +02:00
parent caa6983f81
commit e8a8c8c3f1

View File

@@ -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)