Deprecate prices_extract

This commit is contained in:
jl777
2019-04-15 23:31:59 -11:00
parent 094f72afb4
commit 81aa1908d9
3 changed files with 4 additions and 7 deletions

View File

@@ -18,7 +18,6 @@
#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 komodo_priceget(int64_t *buf64,int32_t ind,int32_t height,int32_t numblocks);
#define PRICES_DAYWINDOW ((3600*24/ASSETCHAINS_BLOCKTIME) + 1)