fix canRbf value in Send.qml
This commit is contained in:
@@ -245,7 +245,7 @@ Pane {
|
||||
title: qsTr('Confirm Payment')
|
||||
finalizer: TxFinalizer {
|
||||
wallet: Daemon.currentWallet
|
||||
canRbf: True
|
||||
canRbf: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user