You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetTickerPrice() and GetCandlePrices() will return no price data if even just one pair doesn't have price data. These methods should still return prices for pairs that have it available and log a warning about pairs that don't have price data, rather than completely error out when one pair doesn't.
Version
Please provide the output of the following commands:
$ umeed version
$ go version
$ uname -a
Steps to Reproduce
Steps to reproduce the behavior:
...
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
GetTickerPrice()
andGetCandlePrices()
will return no price data if even just one pair doesn't have price data. These methods should still return prices for pairs that have it available and log a warning about pairs that don't have price data, rather than completely error out when one pair doesn't.Version
Please provide the output of the following commands:
$ umeed version
$ go version
$ uname -a
Steps to Reproduce
Steps to reproduce the behavior:
For Admin Use
The text was updated successfully, but these errors were encountered: