Browse Source

Test

etomic
jl777 7 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
//
// feature requests:
// listtransactions for zeroconf credits in native
// alice waiting for bestprice
// USD paxprice based USDvalue in portfolio
// 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[] =
{
"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)

Loading…
Cancel
Save