jl777 7 years ago
parent
commit
3fbf7f0ccc
  1. 7
      iguana/exchanges/LP_socket.c

7
iguana/exchanges/LP_socket.c

@ -546,12 +546,7 @@ cJSON *electrum_address_listunspent(char *symbol,struct electrum_info *ep,cJSON
ap->unspentheight = height; ap->unspentheight = height;
} }
} }
} } else retjson = LP_address_utxos(coin,addr,1);
else
{
retjson = LP_address_utxos(coin,addr,1);
printf("CACHED.%s\n",jprint(retjson,0));
}
return(retjson); return(retjson);
} }

Loading…
Cancel
Save