Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
022aed5ba4
  1. 2
      iguana/iguana_bundles.c

2
iguana/iguana_bundles.c

@ -927,7 +927,7 @@ void iguana_bundlestats(struct iguana_info *coin,char *str,int32_t lag)
}
else
{
if ( bp->hdrsi >= starti && bp->hdrsi < lasti )
if ( bp->hdrsi >= starti && bp->hdrsi < lasti && capacity > 0 )
capacity = iguana_bundlemissings(coin,bp,capacity,lag);
for (j=0; j<bp->n; j++)
{

Loading…
Cancel
Save