From 1c8c79ef44eb3f3ddd9cd872d971a1bd3501c939 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 21 Sep 2016 06:10:39 -0300 Subject: [PATCH] test --- iguana/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/main.c b/iguana/main.c index bc7c7bbe4..aa5798723 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -293,7 +293,7 @@ char *SuperNET_processJSON(struct supernet_info *myinfo,struct iguana_info *coin { if ( coin != 0 ) { - if ( iguana_immediate(coin,immedmillis) != 0 ) + if ( immedmillis == 0 || iguana_immediate(coin,immedmillis) != 0 ) retjsonstr = SuperNET_jsonstr(myinfo,jsonstr,remoteaddr,port); else retjsonstr = clonestr("{\"error\":\"coin is busy processing\"}"); } else retjsonstr = SuperNET_jsonstr(myinfo,jsonstr,remoteaddr,port);