Browse Source

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

follow-up 02dce339cc
master
SomberNight 3 years ago
parent
commit
ca3f48d22e
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 11
      electrum/gui/qml/components/RbfCancelDialog.qml

11
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

Loading…
Cancel
Save