Browse Source

follow-up a03f4769ca

It is annoying that this kind of bug (missing parameter) is silent.
master
ThomasV 3 years ago
parent
commit
dde609872d
  1. 2
      electrum/gui/qml/components/OpenChannelDialog.qml

2
electrum/gui/qml/components/OpenChannelDialog.qml

@ -211,7 +211,7 @@ ElDialog {
id: channelopener
wallet: Daemon.currentWallet
onAuthRequired: {
app.handleAuthRequired(channelopener, method)
app.handleAuthRequired(channelopener, method, authMessage)
}
onValidationError: {
if (code == 'invalid_nodeid') {

Loading…
Cancel
Save