From 08fd2de00307b4d81cfa362e70cfc2ea671f8f59 Mon Sep 17 00:00:00 2001 From: dulanting Date: Mon, 13 Oct 2025 16:26:50 +0800 Subject: [PATCH] chore: fix comment for electrum/gui/qt/main_window.py Signed-off-by: dulanting --- electrum/gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index 086b735a7..ab6994913 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -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