1
0

Merge pull request #10268 from dulanting/master

chore: fix comment for electrum/gui/qt/main_window.py
This commit is contained in:
ghost43
2025-10-21 14:54:58 +00:00
committed by GitHub

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