Moving the status into the result state.

master
Alexander Blair 7 years ago
parent e332e18264
commit 4da670dddb

@ -699,7 +699,9 @@ function handleMinerData(method, params, ip, portData, sendReply, pushMessage) {
sendReply('Unauthenticated');
return;
}
sendReply('KEEPALIVED');
sendReply(null, {
status: 'KEEPALIVED'
});
break;
}
}

Loading…
Cancel
Save