|
|
@ -1020,12 +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 > .95*bp->n ) |
|
|
|
{ |
|
|
|
if ( bp->numcached > .99*bp->n ) |
|
|
|
mult = 2.; |
|
|
|
else mult = 1.; |
|
|
|
} |
|
|
|
if ( mult > 2 && bp->numcached == bp->n-1 ) |
|
|
|
mult = 2.; |
|
|
|
if ( bp->numissued < bp->n ) |
|
|
|
max = bp->numissued; |
|
|
|
else max = bp->origmissings; |
|
|
|