follow-up a03f4769ca
It is annoying that this kind of bug (missing parameter) is silent.
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user