komodo_pricesinit

This commit is contained in:
jl777
2019-04-10 20:39:55 -11:00
parent 26c7135e37
commit 2993a76b30
3 changed files with 18 additions and 0 deletions

View File

@@ -85,5 +85,6 @@ int tx_height( const uint256 &hash );
extern std::vector<std::string> vWhiteListAddress;
void komodo_netevent(std::vector<uint8_t> payload);
int32_t komodo_priceind(char *symbol);
void komodo_pricesinit();
#endif