1
0

fix typo (the error was silent)

This commit is contained in:
ThomasV
2023-04-05 11:50:54 +02:00
parent 3e4737d6e9
commit 80a16e1377

View File

@@ -139,7 +139,7 @@ Pane {
FlatButton {
Layout.fillWidth: true
Layout.preferredWidth: 1
enabled: Daemon.currentWallet.confirmedBalance.satInt > 0
enabled: Daemon.currentWallet.confirmedBalance.satsInt > 0
text: qsTr('Open Channel')
onClicked: {
var dialog = openChannelDialog.createObject(root)