http: fix response for wallet join (no wallet auth).
This commit is contained in:
parent
378051c4a8
commit
0429d56534
@ -926,7 +926,7 @@ HTTPServer.prototype.handleAuth = function handleAuth(socket) {
|
||||
|
||||
if (!self.options.walletAuth) {
|
||||
socket.join(channel);
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!token)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user