1
0
This commit is contained in:
ThomasV
2022-09-23 09:41:46 +02:00
parent fe6a83d6c1
commit 028916b447

View File

@@ -279,7 +279,7 @@ class TxDialog(Factory.Popup):
if fee is None:
return # fee left empty, treat is as "cancel"
if fee > max_fee:
self.show_error(_('Max fee exceeded'))
self.app.show_error(_('Max fee exceeded'))
return
try:
new_tx = self.wallet.cpfp(parent_tx, fee)