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();
|
||||
handleSubmit(message);
|
||||
break;
|
||||
/*case 'mining.get_transactions':
|
||||
case 'mining.get_transactions':
|
||||
sendJson({
|
||||
id : null,
|
||||
result : [],
|
||||
error : true
|
||||
});
|
||||
break;*/
|
||||
break;
|
||||
default:
|
||||
_this.emit('unknownStratumMethod', message);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue