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
|
id: channelopener
|
||||||
wallet: Daemon.currentWallet
|
wallet: Daemon.currentWallet
|
||||||
onAuthRequired: {
|
onAuthRequired: {
|
||||||
app.handleAuthRequired(channelopener, method)
|
app.handleAuthRequired(channelopener, method, authMessage)
|
||||||
}
|
}
|
||||||
onValidationError: {
|
onValidationError: {
|
||||||
if (code == 'invalid_nodeid') {
|
if (code == 'invalid_nodeid') {
|
||||||
|
|||||||
Reference in New Issue
Block a user