From 5c20a702ef071eb47796c2c0058b3e63717f6208 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 27 Mar 2016 02:13:18 -0300 Subject: [PATCH] test --- iguana/iguana_recv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_recv.c b/iguana/iguana_recv.c index 1a9b4bb4c..17e9e2123 100755 --- a/iguana/iguana_recv.c +++ b/iguana/iguana_recv.c @@ -641,7 +641,7 @@ struct iguana_bundlereq *iguana_recvblockhashes(struct iguana_info *coin,struct //iguana_blockQ(coin,0,-1,blockhashes[1],0); //iguana_blockQ(coin,0,-4,blockhashes[1],1); char str[65]; - //if ( 0 && num > 2 ) + if ( 0 && num > 2 ) printf("blockhashes[%d] %d of %d %s bp.%d[%d]\n",num,bp==0?-1:bp->hdrsi,coin->bundlescount,bits256_str(str,blockhashes[1]),bp==0?-1:bp->bundleheight,bundlei); if ( bp != 0 ) { @@ -792,7 +792,7 @@ struct iguana_bundlereq *iguana_recvblock(struct iguana_info *coin,struct iguana } if ( bp != 0 ) bp->dirty++; - if ( 1 )//&& bp != 0 && bp->hdrsi == coin->bundlescount-1 ) + if ( 0 )//&& bp != 0 && bp->hdrsi == coin->bundlescount-1 ) { int32_t i; static int32_t numrecv; numrecv++;