From c0823ec1baff723ab5a9c38951ae12d62abb6e38 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Feb 2018 14:02:28 +0200 Subject: [PATCH] Chmod +x --- iguana/coins/vote2018_7776 | 0 iguana/exchanges/LP_rpc.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 iguana/coins/vote2018_7776 diff --git a/iguana/coins/vote2018_7776 b/iguana/coins/vote2018_7776 old mode 100644 new mode 100755 diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index a8182671b..012637d46 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -102,7 +102,7 @@ int32_t LP_getheight(int32_t *notarizedp,struct iguana_info *coin) { if ( (retjson= cJSON_Parse(retstr)) != 0 ) { - if ( jobj(retjson,"error") == 0 && strcmp("getinfo",coin->getinfostr) == 0 ) + if ( jobj(retjson,"error") != 0 && strcmp("getinfo",coin->getinfostr) == 0 ) { strcpy(coin->getinfostr,"getblockchaininfo"); free_json(retjson), retjson = 0;