Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
2437a7d746
  1. 10
      iguana/iguana_bundles.c

10
iguana/iguana_bundles.c

@ -473,15 +473,15 @@ void iguana_bundlestats(struct iguana_info *coin,char *str)
}
else
{
if ( ++pending == coin->MAXBUNDLES )
{
lastpending = bp;
printf("SET MAXBUNDLES.%d pend.%d\n",bp->hdrsi,pending);
}
if ( firstgap == 0 )
firstgap = bp;
if ( bp->emitfinish == 0 )
{
if ( ++pending == coin->MAXBUNDLES )
{
lastpending = bp;
printf("SET MAXBUNDLES.%d pend.%d\n",bp->hdrsi,pending);
}
spaceused += bp->estsize;
sortbuf[m*2] = bp->metric;
sortbuf[m*2 + 1] = i;

Loading…
Cancel
Save