Browse Source

Merge branch 'stratum_clean_reuse' into bfgminer

Luke Dashjr 13 years ago
parent
commit
c15e4f99a0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.c

+ 2 - 0
miner.c

@@ -6040,6 +6040,8 @@ static void gen_stratum_work(struct pool *pool, struct work *work)
 	uint32_t *data32, *swap32;
 	char *header;
 
+	clean_work(work);
+
 	mutex_lock(&pool->pool_lock);
 
 	/* Generate coinbase */