qml: expose RbF in config/preferences
This commit is contained in:
@@ -233,6 +233,16 @@ Pane {
|
||||
}
|
||||
}
|
||||
|
||||
Switch {
|
||||
id: useRbf
|
||||
text: qsTr('Use Replace-By-Fee')
|
||||
Layout.columnSpan: 2
|
||||
onCheckedChanged: {
|
||||
if (activeFocus)
|
||||
Config.useRbf = checked
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -287,6 +297,7 @@ Pane {
|
||||
spendUnconfirmed.checked = Config.spendUnconfirmed
|
||||
lnRoutingType.currentIndex = Config.useGossip ? 0 : 1
|
||||
useFallbackAddress.checked = Config.useFallbackAddress
|
||||
useRbf.checked = Config.useRbf
|
||||
|
||||
var plugins = AppController.plugins
|
||||
for (var i=0; i<plugins.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user