Moving the status into the result state.

This commit is contained in:
Alexander Blair 2017-02-26 00:14:16 -08:00
parent e332e18264
commit 4da670dddb

View file

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