Comment
This commit is contained in:
parent
340d469a64
commit
520f9ed2f4
@ -2333,6 +2333,8 @@ static void stratum_add_send(sdata_t *sdata, json_t *val, const int64_t client_i
|
||||
ckpool_t *ckp = sdata->ckp;
|
||||
|
||||
if (ckp->node) {
|
||||
/* Node shouldn't be sending any messages as it only uses the
|
||||
* stratifier for monitoring activity. */
|
||||
json_decref(val);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user