From 34d8c496d44d56f3dee17decf657f6b505935ae7 Mon Sep 17 00:00:00 2001 From: ckolivas Date: Mon, 18 May 2020 19:16:40 +1000 Subject: [PATCH] Base is updated with notifier. --- src/stratifier.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index f67d82e1..d755738a 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3703,9 +3703,6 @@ static void block_solve(ckpool_t *ckp, json_t *val) int height = 0; ts_t ts_now; - if (!ckp->node) - update_base(sdata, GEN_PRIORITY); - ts_realtime(&ts_now); sprintf(cdfield, "%lu,%lu", ts_now.tv_sec, ts_now.tv_nsec);