This commit is contained in:
jl777
2019-04-05 23:02:48 -11:00
parent e0a982cda9
commit a44709745c
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
#define CC_PRICES_H
#include "CCinclude.h"
int32_t prices_extract(int64_t *pricedata,int32_t firstheight,int32_t numblocks,int32_t ind,int32_t daywindow);
int32_t prices_extract(int64_t *pricedata,int32_t firstheight,int32_t numblocks,int32_t ind);
#define PRICES_DAYWINDOW ((3600*24/ASSETCHAINS_BLOCKTIME) + 1)
#define PRICES_TXFEE 10000