Browse Source

Make node workinfo messages append instead of prepend to not arrive before node blocks

master
Con Kolivas 9 years ago
parent
commit
a3534c11e8
  1. 2
      src/stratifier.c

2
src/stratifier.c

@ -882,7 +882,7 @@ static void send_node_workinfo(sdata_t *sdata, const workbase_t *wb)
if (bulk_send) {
LOGINFO("Sending workinfo to mining nodes");
ssend_bulk_prepend(sdata, bulk_send, messages);
ssend_bulk_append(sdata, bulk_send, messages);
}
}

Loading…
Cancel
Save