Browse Source

Test

etomic
jl777 8 years ago
parent
commit
b9d3444d41
  1. 4
      iguana/exchanges/stats.c

4
iguana/exchanges/stats.c

@ -23,6 +23,8 @@
#include <stdint.h>
#include "OS_portable.h"
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define STATS_DESTDIR "/var/www/html"
#define STATS_DEST "/var/www/html/DEXstats.json"
#include "DEXstats.h"
#ifndef WIN32
@ -33,8 +35,6 @@
#define MSG_NOSIGNAL 0
#endif
#define STATS_DESTDIR "/var/www/html"
#define STATS_DEST "/var/www/html/DEXstats.json"
#define GLOBAL_HELPDIR "/root/SuperNET/iguana/help"
char CURRENCIES[][8] = { "USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "NZD", // major currencies

Loading…
Cancel
Save