http: less spam.
This commit is contained in:
parent
ad51bf53f3
commit
bb5a7b00d6
@ -570,7 +570,9 @@ HTTPServer.prototype._init = function _init() {
|
||||
cmd.method = 'getworklp';
|
||||
}
|
||||
|
||||
if (cmd.method !== 'getblocktemplate' && cmd.method !== 'getwork') {
|
||||
if (cmd.method !== 'getwork'
|
||||
&& cmd.method !== 'getblocktemplate'
|
||||
&& cmd.method !== 'getbestblockhash') {
|
||||
this.logger.debug('Handling RPC call: %s.', cmd.method);
|
||||
if (cmd.method !== 'submitblock'
|
||||
&& cmd.method !== 'getmemorypool') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user