mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 07:26:47 +00:00
Split up common.go, file path fixes and much more
This commit is contained in:
@@ -138,7 +138,7 @@ func (y *Yobit) FetchTradablePairs(asset assets.AssetType) ([]string, error) {
|
||||
|
||||
var currencies []string
|
||||
for x := range info.Pairs {
|
||||
currencies = append(currencies, common.StringToUpper(x))
|
||||
currencies = append(currencies, strings.ToUpper(x))
|
||||
}
|
||||
|
||||
return currencies, nil
|
||||
|
||||
Reference in New Issue
Block a user