Browse Source

test

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

1
iguana/iguana_bundles.c

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

Loading…
Cancel
Save