1
0

don't use config FEE_POLICY

Long Term recovery transactions should have
a high fee policy, because we don't know when
we will broadcast them.

On the other hand, they won't need to be urgent
when broadcasted either.
This commit is contained in:
Oren
2025-05-26 18:02:58 +03:00
parent 55c7c6c4df
commit ac38b4a594

View File

@@ -176,8 +176,7 @@ class Plugin(TimelockRecoveryPlugin):
plan_dialog = WindowModalDialog(context.main_window, "Timelock Recovery")
plan_dialog.setContentsMargins(11, 11, 1, 1)
plan_dialog.resize(800, plan_dialog.height())
fee_policy = FeePolicy(context.main_window.config.FEE_POLICY)
fee_policy = FeePolicy('eta:1')
create_cancel_cb = QCheckBox('', checked=False)
alert_tx_label = QLabel('')
recovery_tx_label = QLabel('')