From c70734ad047e74dabe5a4b17854d5eec50302bb8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Feb 2018 20:17:39 +0200 Subject: [PATCH] Remove insync check --- iguana/exchanges/LP_commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index f5f0c8eca..562e17b6a 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -460,12 +460,12 @@ jpg(srcfile, destfile, power2=7, password, data="", required, ind=0)\n\ { ptr->inactive = 0; cJSON *array; int32_t notarized; - if ( strcmp(ptr->symbol,"ETH") != 0 && LP_getheight(¬arized,ptr) <= 0 ) + /*if ( strcmp(ptr->symbol,"ETH") != 0 && LP_getheight(¬arized,ptr) <= 0 ) { ptr->inactive = (uint32_t)time(NULL); return(clonestr("{\"error\":\"coin cant be activated till synced\"}")); } - else + else*/ { if ( ptr->smartaddr[0] != 0 ) LP_unspents_load(coin,ptr->smartaddr);