qml: remove buggy "Replace-by-Fee" checkbox from RbfCancelDialog
follow-up 02dce339cc
This commit is contained in:
@@ -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 {
|
Label {
|
||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|||||||
Reference in New Issue
Block a user