Browse Source

Base is updated with notifier.

master
ckolivas 5 years ago
parent
commit
34d8c496d4
  1. 3
      src/stratifier.c

3
src/stratifier.c

@ -3703,9 +3703,6 @@ static void block_solve(ckpool_t *ckp, json_t *val)
int height = 0; int height = 0;
ts_t ts_now; ts_t ts_now;
if (!ckp->node)
update_base(sdata, GEN_PRIORITY);
ts_realtime(&ts_now); ts_realtime(&ts_now);
sprintf(cdfield, "%lu,%lu", ts_now.tv_sec, ts_now.tv_nsec); sprintf(cdfield, "%lu,%lu", ts_now.tv_sec, ts_now.tv_nsec);

Loading…
Cancel
Save