1
0

qml: remove buggy "Replace-by-Fee" checkbox from RbfCancelDialog

follow-up 02dce339cc
This commit is contained in:
SomberNight
2023-04-21 15:44:24 +00:00
parent e9d5e5737e
commit ca3f48d22e

View File

@@ -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