Browse Source

test

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

3
iguana/iguana_bundles.c

@ -512,7 +512,8 @@ void iguana_bundlestats(struct iguana_info *coin,char *str)
if ( time(NULL) > lastdisp+10 )
{
printf("%s\n",str);
myallocated(0,0);
if ( (rand() % 100) == 0 )
myallocated(0,0);
lastdisp = (uint32_t)time(NULL);
if ( firstgap != 0 && firstgap->queued == 0 )
iguana_bundleQ(coin,firstgap,1000);

Loading…
Cancel
Save