From ba348aab66bf0aa2f3ec79e6878eabf9933e5777 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 19 Mar 2016 05:30:00 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index ed28b23bb..17dd0a8f3 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -478,7 +478,7 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int flag++; counter++; block->peerid = 0; - iguana_blockQ("kick",coin,bp,j,block->RO.hash2,now > block->issued+lag*10); + iguana_blockQ("kick",coin,bp,j,block->RO.hash2,now > block->issued+lag*100); bp->issued[i] = block->issued = now; } } @@ -499,7 +499,7 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int if ( bp == coin->current ) { counter++; - iguana_blockQ("kick",coin,bp,i,block->RO.hash2,now > block->issued+lag*10); + iguana_blockQ("kick",coin,bp,i,block->RO.hash2,now > block->issued+lag*100); //if ( bp == coin->current && (addr= coin->peers.ranked[rand() % numpeers]) != 0 ) // iguana_sendblockreqPT(coin,addr,bp,i,block->RO.hash2,0); printf("[%d:%d] ",bp->hdrsi,i);