Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
b11b23fe78
  1. 3
      iguana/iguana_bundles.c

3
iguana/iguana_bundles.c

@ -1161,15 +1161,12 @@ void iguana_bundlestats(struct iguana_info *coin,char *str)
strcpy(coin->lastdispstr,str);
if ( (rand() % 100) == 0 )
myallocated(0,0);
printf("B\n");
coin->lastdisp = (uint32_t)time(NULL);
if ( firstgap != 0 && firstgap->queued == 0 )
iguana_bundleQ(coin,firstgap,1000);
}
printf("C\n");
iguana_setmaxbundles(coin);
strcpy(coin->statusstr,str);
coin->estsize = estsize;
printf("D\n");
}

Loading…
Cancel
Save