|
|
@ -515,7 +515,7 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int |
|
|
|
{ |
|
|
|
//if ( (addr= coin->peers.ranked[rand() % numpeers]) != 0 )
|
|
|
|
// iguana_sendblockreqPT(coin,addr,bp,i,block->RO.hash2,0);
|
|
|
|
iguana_blockQ("kick",coin,bp,i,block->RO.hash2,bp == coin->current); |
|
|
|
iguana_blockQ("kick",coin,bp,i,block->RO.hash2,bp == coin->current && now > block->issued+lag*10); |
|
|
|
printf("[%d:%d] ",bp->hdrsi,i); |
|
|
|
} else iguana_blockQ("kick",coin,bp,i,block->RO.hash2,0); |
|
|
|
flag++; |
|
|
|