From c626f37562a7586be28cb2d1bbd18afcfc0ab84f Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 3 Nov 2016 10:04:10 -0300 Subject: [PATCH] test --- iguana/iguana_blocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_blocks.c b/iguana/iguana_blocks.c index 7a5fd632c..dcfb22df6 100755 --- a/iguana/iguana_blocks.c +++ b/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; #ifndef __APPLE__ - //usleep(1000); + printf("blocks.hash.%p\n",coin->blocks.hash); #endif portable_mutex_lock(&coin->blocks_mutex); coin->blockdepth++;