Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
7ea08c4f51
  1. 1
      iguana/iguana_recv.c

1
iguana/iguana_recv.c

@ -526,6 +526,7 @@ struct iguana_bundlereq *iguana_recvblockhashes(struct iguana_info *coin,struct
blockhashes[0] = bp->hashes[0]; blockhashes[0] = bp->hashes[0];
if ( num >= coin->chain->bundlesize ) if ( num >= coin->chain->bundlesize )
{ {
iguana_blockQ(coin,0,-1,blockhashes[coin->chain->bundlesize],1);
if ( iguana_allhashcmp(coin,bp,blockhashes,num) > 0 ) if ( iguana_allhashcmp(coin,bp,blockhashes,num) > 0 )
return(req); return(req);
} }

Loading…
Cancel
Save