|
|
@ -1020,8 +1020,8 @@ double iguana_bundlemissings(struct iguana_info *coin,struct iguana_bundle *bp,d |
|
|
|
if ( aveduration != 0. ) |
|
|
|
mult = ((bp == coin->current) ? (strcmp("BTC",coin->symbol) != 0 ? 2. : 5) : 7.); |
|
|
|
else mult = 7.; |
|
|
|
if ( mult > 2 && bp->numcached >= bp->n-10 ) |
|
|
|
mult = 2.; |
|
|
|
//if ( mult > 2 && bp->numcached >= bp->n-10 )
|
|
|
|
// mult = 2.;
|
|
|
|
if ( bp->numissued < bp->n ) |
|
|
|
max = bp->numissued; |
|
|
|
else max = bp->origmissings; |
|
|
|