From f66caf4b92445c47a796db60ba2b629ed2357e0a Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 2 Nov 2016 21:24:23 -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 1445db2c1..95b14d058 100755 --- a/iguana/iguana_blocks.c +++ b/iguana/iguana_blocks.c @@ -211,7 +211,7 @@ struct iguana_block *iguana_blockhashset(char *debugstr,struct iguana_info *coin //fprintf(stderr,">>>>>>>>>> OK only if rare %s blockhashset.%d depth.%d\n",debugstr,height,depth); //printf("%d\n",1/(1 - depth/depth)); }*/ - usleep(1); + usleep(100); portable_mutex_lock(&coin->blocks_mutex); coin->blockdepth++; HASH_FIND(hh,coin->blocks.hash,&hash2,sizeof(hash2),block);