1
0

make rbf selection allowed configurable

This commit is contained in:
Sander van Grieken
2022-07-04 17:28:56 +02:00
parent c656b02319
commit cbd4d2a2ae
4 changed files with 19 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ Pane {
title: qsTr('Confirm Payment')
finalizer: TxFinalizer {
wallet: Daemon.currentWallet
canRbf: True
}
}
}