From bab741b884bfc478fe7092fa2b8fa8e01dc52cc4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 4 Apr 2016 00:50:32 -0500 Subject: [PATCH] test --- iguana/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/main.c b/iguana/main.c index 833e45094..4f480e09e 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -351,6 +351,7 @@ void mainloop(struct supernet_info *myinfo) printf("mainloop\n"); while ( 1 ) { + iguana_jsonQ(); // cant do this here safely, need to send to coin specific queue if ( myinfo->expiration != 0 && time(NULL) > myinfo->expiration ) iguana_walletlock(myinfo); flag = 0;