From 7cdb3e45aeecd2ec9d7265968d811338d447373a Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 30 Mar 2016 04:17:28 -0300 Subject: [PATCH] test --- iguana/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iguana/main.c b/iguana/main.c index 00c170478..ad519fb14 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -355,10 +355,11 @@ void mainloop(struct supernet_info *myinfo) for (i=0; icurrent != 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 )