Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
7cdb3e45ae
  1. 3
      iguana/main.c

3
iguana/main.c

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

Loading…
Cancel
Save