chore: fix comment for electrum/gui/qt/main_window.py
Signed-off-by: dulanting <dulanting@outlook.jp>
This commit is contained in:
@@ -2911,7 +2911,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger, QtEventListener):
|
|||||||
return
|
return
|
||||||
fee = fee_e.get_amount()
|
fee = fee_e.get_amount()
|
||||||
if fee is None:
|
if fee is None:
|
||||||
return # fee left empty, treat is as "cancel"
|
return # fee left empty, treat it as "cancel"
|
||||||
if fee > max_fee:
|
if fee > max_fee:
|
||||||
self.show_error(_('Max fee exceeded'))
|
self.show_error(_('Max fee exceeded'))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user