|
@ -1203,7 +1203,7 @@ void iguana_unstickhdr(struct iguana_info *coin,struct iguana_bundle *bp,int32_t |
|
|
void iguana_bundlemissings(struct iguana_info *coin,struct iguana_bundle *bp,uint32_t now) |
|
|
void iguana_bundlemissings(struct iguana_info *coin,struct iguana_bundle *bp,uint32_t now) |
|
|
{ |
|
|
{ |
|
|
int32_t mult = 7,n=0,priority = 1; |
|
|
int32_t mult = 7,n=0,priority = 1; |
|
|
if ( now > bp->missingstime+10 ) |
|
|
if ( now > bp->missingstime+3 ) |
|
|
{ |
|
|
{ |
|
|
if ( coin->current != 0 ) |
|
|
if ( coin->current != 0 ) |
|
|
mult = bp->hdrsi - coin->current->hdrsi; |
|
|
mult = bp->hdrsi - coin->current->hdrsi; |
|
|