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