From ca3f48d22e2ce94cbd9a3fb031e542114ffcc6b9 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 21 Apr 2023 15:44:24 +0000 Subject: [PATCH] qml: remove buggy "Replace-by-Fee" checkbox from RbfCancelDialog follow-up 02dce339cc00f00333539f10408888ef8b3c5066 --- electrum/gui/qml/components/RbfCancelDialog.qml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/electrum/gui/qml/components/RbfCancelDialog.qml b/electrum/gui/qml/components/RbfCancelDialog.qml index 6a821a941..be2fb067b 100644 --- a/electrum/gui/qml/components/RbfCancelDialog.qml +++ b/electrum/gui/qml/components/RbfCancelDialog.qml @@ -141,17 +141,6 @@ ElDialog { } } - CheckBox { - id: final_cb - text: qsTr('Replace-by-Fee') - Layout.columnSpan: 2 - checked: txcanceller.rbf - onCheckedChanged: { - if (activeFocus) - txcanceller.rbf = checked - } - } - Label { Layout.columnSpan: 2 Layout.fillWidth: true