1
0
It is annoying that this kind of bug (missing parameter) is silent.
This commit is contained in:
ThomasV
2023-04-18 10:16:58 +02:00
parent a6c36b8588
commit dde609872d

View File

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