Browse Source

fix typo (the error was silent)

master
ThomasV 3 years ago
parent
commit
80a16e1377
  1. 2
      electrum/gui/qml/components/Channels.qml

2
electrum/gui/qml/components/Channels.qml

@ -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)

Loading…
Cancel
Save