Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
2072408871
  1. 2
      iguana/iguana_bundles.c

2
iguana/iguana_bundles.c

@ -945,7 +945,7 @@ double iguana_bundlemissings(struct iguana_info *coin,struct iguana_bundle *bp,d
else max = bp->origmissings;
if ( coin->current != 0 )
{
if ( (dist= bp->hdrsi - coin->current->hdrsi) < coin->MAXBUNDLES && netBLOCKS < bp->n )
if ( (dist= bp->hdrsi - coin->current->hdrsi) < coin->MAXBUNDLES && (bp == coin->current || netBLOCKS < bp->n) )
{
iguana_unstickhdr(coin,bp,60);
if ( bp->numcached > bp->n - (coin->MAXBUNDLES - dist) )

Loading…
Cancel
Save