1
0

chore: fix comment for electrum/gui/qt/main_window.py

Signed-off-by: dulanting <dulanting@outlook.jp>
This commit is contained in:
dulanting
2025-10-13 16:26:50 +08:00
parent b3ab732998
commit 08fd2de003

View File

@@ -2911,7 +2911,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger, QtEventListener):
return
fee = fee_e.get_amount()
if fee is None:
return # fee left empty, treat is as "cancel"
return # fee left empty, treat it as "cancel"
if fee > max_fee:
self.show_error(_('Max fee exceeded'))
return