Browse Source

test

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

3
iguana/iguana_bundles.c

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

Loading…
Cancel
Save