|
|
@ -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"); |
|
|
|
} |
|
|
|
|
|
|
|