|
|
@ -1194,13 +1194,14 @@ struct iguana_bundlereq *iguana_recvblockhashes(struct iguana_info *coin,struct |
|
|
|
iguana_blockQ("recvhash7",coin,0,-7,blockhashes[1],1); |
|
|
|
iguana_blockQ("recvhash7",coin,0,-7,blockhashes[num-1],1); |
|
|
|
} |
|
|
|
if ( 0 && coin->RTheight > 0 ) |
|
|
|
if ( coin->RTheight > 0 ) |
|
|
|
{ |
|
|
|
for (i=1; i<num; i++) |
|
|
|
{ |
|
|
|
if ( iguana_bundlehash2_check(coin,blockhashes[i]) == 0 ) |
|
|
|
{ |
|
|
|
iguana_sendblockreqPT(coin,0,0,-1,blockhashes[i],0); |
|
|
|
iguana_blockQ("recvhashRT",coin,0,-8,blockhashes[i],1); |
|
|
|
//iguana_sendblockreqPT(coin,0,0,-1,blockhashes[i],0);
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|