Extra room for more processed data

This commit is contained in:
jl777
2019-04-11 22:33:29 -11:00
parent bc7f32a856
commit 4175234afc
2 changed files with 4 additions and 2 deletions

View File

@@ -1555,7 +1555,7 @@ 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 3
#define PRICES_MAXDATAPOINTS 8
#define issue_curl(cmdstr) bitcoind_RPC(0,(char *)"CBCOINBASE",cmdstr,0,0,0)