Ignore mining.get_transactions...
This commit is contained in:
parent
b088872350
commit
fa0414ee6d
@ -67,13 +67,13 @@ var StratumClient = function(options){
|
|||||||
_this.lastActivity = Date.now();
|
_this.lastActivity = Date.now();
|
||||||
handleSubmit(message);
|
handleSubmit(message);
|
||||||
break;
|
break;
|
||||||
/*case 'mining.get_transactions':
|
case 'mining.get_transactions':
|
||||||
sendJson({
|
sendJson({
|
||||||
id : null,
|
id : null,
|
||||||
result : [],
|
result : [],
|
||||||
error : true
|
error : true
|
||||||
});
|
});
|
||||||
break;*/
|
break;
|
||||||
default:
|
default:
|
||||||
_this.emit('unknownStratumMethod', message);
|
_this.emit('unknownStratumMethod', message);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user