Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
3c035cc944
  1. 2
      iguana/iguana_bundles.c

2
iguana/iguana_bundles.c

@ -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)
{
int32_t mult = 7,n=0,priority = 1;
if ( now > bp->missingstime+10 )
if ( now > bp->missingstime+3 )
{
if ( coin->current != 0 )
mult = bp->hdrsi - coin->current->hdrsi;

Loading…
Cancel
Save