Browse Source

Test

etomic
jl777 7 years ago
parent
commit
cf1dd593ee
  1. 2
      iguana/exchanges/LP_rpc.c

2
iguana/exchanges/LP_rpc.c

@ -106,7 +106,7 @@ char *issue_LP_getprices(char *destip,uint16_t destport)
cJSON *bitcoin_json(struct iguana_info *coin,char *method,char *params) cJSON *bitcoin_json(struct iguana_info *coin,char *method,char *params)
{ {
char *retstr; cJSON *retjson = 0; char *retstr; cJSON *retjson = 0;
retstr = bitcoind_passthru("BTC","46.4.125.2:50002","",method,params); retstr = bitcoind_passthru("BTC","46.4.125.2:50001","",method,params);
printf("%s %s -> %s\n",method,params,retstr); printf("%s %s -> %s\n",method,params,retstr);
if ( coin != 0 ) if ( coin != 0 )
{ {

Loading…
Cancel
Save