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

@@ -472,7 +472,7 @@ int64_t prices_syntheticprice(std::vector<uint16_t> vec, int32_t height, int32_t
{
case 0: // indices
pricestack[depth] = 0;
if (prices_extract(pricedata, height, 1, value) == 0)
if (komodo_priceget(pricedata, height, 1, value) == 0)
{
// push price to the prices stack
if (!minmax)