From 785b000e827b603a0fc1c17c1140fac583bab3a5 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 30 Jan 2016 12:20:49 +1100 Subject: [PATCH] Bestshares is reset in block response parsing now for remote blocks --- src/stratifier.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 3ac420dd..2a7aa087 100644 --- a/src/stratifier.c +++ b/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)