Update raw prices

This commit is contained in:
jl777
2019-04-11 00:42:31 -11:00
parent c8d0608674
commit 348c7a970c
3 changed files with 7 additions and 1 deletions

View File

@@ -88,6 +88,5 @@ 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