|
|
@ -355,10 +355,11 @@ void mainloop(struct supernet_info *myinfo) |
|
|
|
for (i=0; i<IGUANA_MAXCOINS; i++) |
|
|
|
if ( (coin= Coins[i]) != 0 && coin->current != 0 ) |
|
|
|
{ |
|
|
|
//printf("main active.%d started.%p\n",coin->active,coin->started);
|
|
|
|
if ( coin->active != 0 && coin->started != 0 ) |
|
|
|
{ |
|
|
|
printf("main active.%d started.%p\n",coin->active,coin->started); |
|
|
|
iguana_bundlestats(coin,str,IGUANA_DEFAULTLAG); |
|
|
|
printf("done main active.%d started.%p\n",coin->active,coin->started); |
|
|
|
//iguana_reqblocks(coin);
|
|
|
|
coin->RTramchain_busy = 1; |
|
|
|
if ( iguana_realtime_update(coin) > 0 ) |
|
|
|