1
0

hook up invoice confirm to payment flow (onchain only)

fix some leftover QEAmount issues
This commit is contained in:
Sander van Grieken
2022-04-26 13:18:34 +02:00
parent 0dce872d37
commit bf072b037c
6 changed files with 47 additions and 15 deletions

View File

@@ -164,6 +164,8 @@ Dialog {
color: Material.accentColor
}
Item { Layout.fillHeight: true; Layout.preferredWidth: 1 }
RowLayout {
Layout.columnSpan: 2
Layout.alignment: Qt.AlignHCenter
@@ -184,12 +186,11 @@ Dialog {
}
}
}
Item { Layout.fillHeight: true; Layout.preferredWidth: 1 }
}
TxFinalizer {
id: finalizer
wallet: Daemon.currentWallet
onAmountChanged: console.log(amount)
onAmountChanged: console.log(amount.satsInt)
}
}