Browse Source

Bestshares is reset in block response parsing now for remote blocks

master
Con Kolivas 9 years ago
parent
commit
785b000e82
  1. 1
      src/stratifier.c

1
src/stratifier.c

@ -5999,7 +5999,6 @@ static void parse_remote_block(sdata_t *sdata, json_t *val, const char *buf)
LOGWARNING("%s", msg);
stratum_broadcast_message(sdata, msg);
free(msg);
reset_bestshares(sdata);
}
static void send_remote_pong(sdata_t *sdata, stratum_instance_t *client)

Loading…
Cancel
Save