Browse Source

Revert "Add message about lost ram in block solve and reject."

This reverts commit 99dc8947d2.
master
Con Kolivas 10 years ago
parent
commit
f261569922
  1. 2
      src/stratifier.c

2
src/stratifier.c

@ -1484,8 +1484,6 @@ static void reset_bestshares(sdata_t *sdata)
ck_runlock(&sdata->instance_lock);
}
/* Ram from blocks is NOT freed at all for now, only their entry is removed
* from the linked list, leaving a very small leak here and reject. */
static void block_solve(ckpool_t *ckp, const char *blockhash)
{
ckmsg_t *block, *tmp, *found = NULL;

Loading…
Cancel
Save