Moving the status into the result state.
This commit is contained in:
parent
e332e18264
commit
4da670dddb
1 changed files with 3 additions and 1 deletions
|
|
@ -699,7 +699,9 @@ function handleMinerData(method, params, ip, portData, sendReply, pushMessage) {
|
|||
sendReply('Unauthenticated');
|
||||
return;
|
||||
}
|
||||
sendReply('KEEPALIVED');
|
||||
sendReply(null, {
|
||||
status: 'KEEPALIVED'
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue