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;