Browse Source

Test

pass-iguana-arg
jl777 7 years ago
parent
commit
1c39ebaf7b
  1. 2
      iguana/exchanges/LP_rpc.c

2
iguana/exchanges/LP_rpc.c

@ -1045,7 +1045,7 @@ cJSON *LP_blockjson(int32_t *heightp,char *symbol,char *blockhashstr,int32_t hei
{
if ( (json= LP_getblockhashstr(symbol,blockhashstr)) != 0 )
{
if ( *heightp != 0 )
if ( heightp != 0 )
{
*heightp = juint(json,"height");
if ( height >= 0 && *heightp != height )

Loading…
Cancel
Save