jl777 8 years ago
parent
commit
c626f37562
  1. 2
      iguana/iguana_blocks.c

2
iguana/iguana_blocks.c

@ -204,7 +204,7 @@ struct iguana_block *iguana_blockhashset(char *debugstr,struct iguana_info *coin
{ {
struct iguana_block *block,*prev; int32_t size; struct iguana_block *block,*prev; int32_t size;
#ifndef __APPLE__ #ifndef __APPLE__
//usleep(1000); printf("blocks.hash.%p\n",coin->blocks.hash);
#endif #endif
portable_mutex_lock(&coin->blocks_mutex); portable_mutex_lock(&coin->blocks_mutex);
coin->blockdepth++; coin->blockdepth++;

Loading…
Cancel
Save