Browse Source

Test

etomic
jl777 8 years ago
parent
commit
4ea16f22cf
  1. 1
      iguana/exchanges/LP_nativeDEX.c
  2. 2
      iguana/exchanges/stats.c

1
iguana/exchanges/LP_nativeDEX.c

@ -18,6 +18,7 @@
// marketmaker // marketmaker
// //
// feature requests: // feature requests:
// listtransactions for zeroconf credits in native
// alice waiting for bestprice // alice waiting for bestprice
// USD paxprice based USDvalue in portfolio // USD paxprice based USDvalue in portfolio
// cancel bid/ask // cancel bid/ask

2
iguana/exchanges/stats.c

@ -33,7 +33,7 @@ char *stats_JSON(void *ctx,char *myipaddr,int32_t mypubsock,cJSON *argjson,char
char *stats_validmethods[] = char *stats_validmethods[] =
{ {
"psock", "getprices", "notify", "getpeers", // from issue_ "uitem", "listunspent", "psock", "getprices", "notify", "getpeers", // from issue_ "uitem", "listunspent",
"orderbook", "help", "getcoins", "pricearray", "balance", "tradestatus" "orderbook", "help", "getcoins", "pricearray", "balance", "tradesarray"
}; };
int32_t LP_valid_remotemethod(cJSON *argjson) int32_t LP_valid_remotemethod(cJSON *argjson)

Loading…
Cancel
Save