Browse Source

Test

etomic
jl777 8 years ago
parent
commit
735854cf38
  1. 2
      iguana/exchanges/LP_prices.c
  2. 1
      iguana/exchanges/LP_socket.c

2
iguana/exchanges/LP_prices.c

@ -111,7 +111,7 @@ void LP_address_monitor(struct LP_pubkeyinfo *pubp)
{ {
if ( (retjson= electrum_address_subscribe(coin->symbol,coin->electrum,&retjson,coinaddr)) != 0 ) if ( (retjson= electrum_address_subscribe(coin->symbol,coin->electrum,&retjson,coinaddr)) != 0 )
{ {
printf("%s MONITOR.(%s) -> %s\n",coin->symbol,coinaddr,jprint(retjson,0)); printf("%s MONITOR.(%s) -> %p\n",coin->symbol,coinaddr,retjson);
free_json(retjson); free_json(retjson);
} }
} }

1
iguana/exchanges/LP_socket.c

@ -311,6 +311,7 @@ cJSON *electrum_submit(char *symbol,struct electrum_info *ep,cJSON **retjsonp,ch
ep = electrum_server(symbol,0); ep = electrum_server(symbol,0);
if ( ep != 0 && retjsonp != 0 ) if ( ep != 0 && retjsonp != 0 )
{ {
*retjsonp = 0;
if ( strcmp(method,"getrawmempool") == 0 ) if ( strcmp(method,"getrawmempool") == 0 )
{ {
*retjsonp = cJSON_Parse("{\"error\":\"unsupported method\"}"); *retjsonp = cJSON_Parse("{\"error\":\"unsupported method\"}");

Loading…
Cancel
Save