From dde609872dfd95339719ba54e330a3dc5282aa84 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 18 Apr 2023 10:16:58 +0200 Subject: [PATCH] follow-up a03f4769caa482ed45614e1ea523703f6e6082cb It is annoying that this kind of bug (missing parameter) is silent. --- electrum/gui/qml/components/OpenChannelDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/OpenChannelDialog.qml b/electrum/gui/qml/components/OpenChannelDialog.qml index 8fa5585ba..78f3ca195 100644 --- a/electrum/gui/qml/components/OpenChannelDialog.qml +++ b/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') {