Prices update

This commit is contained in:
jl777
2019-04-11 00:28:35 -11:00
parent 8f5feded98
commit 0ac427ee97
3 changed files with 66 additions and 31 deletions

View File

@@ -84,7 +84,10 @@ extern char NOTARYADDRS[64][64];
int tx_height( const uint256 &hash );
extern std::vector<std::string> vWhiteListAddress;
void komodo_netevent(std::vector<uint8_t> payload);
#define PRICES_SMOOTHWIDTH 1
int32_t komodo_priceind(char *symbol);
void komodo_pricesinit();
void komodo_pricesupdate(int32_t height,CBlock *pblock);
#endif