switched to komodo_pricesget

This commit is contained in:
dimxy
2019-04-17 19:55:30 +05:00
parent 6a1d7d5bbe
commit c99acae5fa
3 changed files with 3 additions and 3 deletions

View File

@@ -2401,7 +2401,7 @@ char *komodo_pricename(char *name,int32_t ind)
return(0);
}
// finds index for its symbol name
int32_t komodo_priceind(char *symbol)
int32_t komodo_priceind(const char *symbol)
{
char name[65]; int32_t i,n = (int32_t)(komodo_cbopretsize(ASSETCHAINS_CBOPRET) / sizeof(uint32_t));
for (i=1; i<n; i++)