#define PRICES_MAXDATAPOINTS 8

This commit is contained in:
jl777
2019-04-15 23:14:46 -11:00
parent d341e1670c
commit ece9e468bc
3 changed files with 9 additions and 2 deletions

View File

@@ -1555,7 +1555,6 @@ extern std::vector<uint8_t> Mineropret; // opreturn data set by the data gatheri
#define KOMODO_LOCALPRICE_CACHESIZE 13
#define KOMODO_MAXPRICES 2048
#define PRICES_SMOOTHWIDTH 1
#define PRICES_MAXDATAPOINTS 8
#define issue_curl(cmdstr) bitcoind_RPC(0,(char *)"CBCOINBASE",cmdstr,0,0,0)