Browse Source

Chmod +x

patch-3
jl777 7 years ago
parent
commit
c0823ec1ba
  1. 0
      iguana/coins/vote2018_7776
  2. 2
      iguana/exchanges/LP_rpc.c

0
iguana/coins/vote2018_7776

2
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;

Loading…
Cancel
Save