Browse Source

Merge commit 'f7b79e3' into stratum

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

+ 0 - 2
miner.c

@@ -3892,8 +3892,6 @@ static void set_curblock(char *hexstr, unsigned char *hash)
 
 	get_timestamp(blocktime, &block_timeval);
 
-	if (unlikely(!current_hash))
-		quit (1, "set_curblock OOM");
 	applog(LOG_INFO, "New block: %s...", current_hash);
 }