From cd869c3c2ca9bdf944b523b29f997dcab150c357 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 13 Mar 2016 16:03:06 -0300 Subject: [PATCH] test --- iguana/iguana777.c | 2 +- iguana/iguana_recv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index e0b2e851a..be5dce6db 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -379,7 +379,7 @@ void iguana_helper(void *arg) } if ( flag == 0 ) usleep(100000); - else usleep(1000); + else usleep(5000); } } diff --git a/iguana/iguana_recv.c b/iguana/iguana_recv.c index 7fafa210f..f37cc5b58 100755 --- a/iguana/iguana_recv.c +++ b/iguana/iguana_recv.c @@ -816,7 +816,7 @@ struct iguana_bundlereq *iguana_recvblock(struct iguana_info *coin,struct iguana fprintf(stderr,"blockRECV %s [%d:%d] block.%08x | %d\n",bits256_str(str,origblock->RO.hash2),bp!=0?bp->hdrsi:-1,bundlei,block->fpipbits,total++); if ( bundlei == 1 && bp != 0 && bp->numhashes < bp->n ) { - printf("reissue hdrs request for [%d]\n",bp->hdrsi); + //printf("reissue hdrs request for [%d]\n",bp->hdrsi); queue_enqueue("hdrsQ",&coin->hdrsQ,queueitem(bits256_str(str,bp->hashes[0])),1); } if ( block != 0 )