rename ConfirmPaymentDialog to ConfirmTxDialog
generalize/parameterize some labels and inject TxFinalizer instead of encapsulate
This commit is contained in:
@@ -217,7 +217,13 @@ Pane {
|
||||
|
||||
Component {
|
||||
id: confirmPaymentDialog
|
||||
ConfirmPaymentDialog {}
|
||||
ConfirmTxDialog {
|
||||
title: qsTr('Confirm Payment')
|
||||
finalizer: TxFinalizer {
|
||||
wallet: Daemon.currentWallet
|
||||
onAmountChanged: console.log(amount.satsInt)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
|
||||
Reference in New Issue
Block a user