Browse Source

test

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

2
iguana/iguana_bundles.c

@ -874,7 +874,7 @@ int32_t iguana_bundlemissings(struct iguana_info *coin,struct iguana_bundle *bp,
lag = 3;
if ( bp->numissued < bp->n )
max = bp->numissued;
else max = origmissings;
else max = bp->origmissings;
if ( bp->missingstime == 0 || bp == coin->current || missing < (max >> 3) || time(NULL) > bp->missingstime+lag ) //
{
if ( (n= iguana_bundlerequests(coin,missings,&bp->origmissings,&tmp,bp,lag)) > 0 )

Loading…
Cancel
Save