mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-01 23:16:51 +00:00
Various improvements
This commit is contained in:
@@ -127,6 +127,8 @@ func (g *Gemini) Setup(exch config.ExchangeConfig) {
|
||||
g.EnabledPairs = common.SplitStrings(exch.EnabledPairs, ",")
|
||||
if exch.UseSandbox {
|
||||
g.APIUrl = geminiSandboxAPIURL
|
||||
} else {
|
||||
g.APIUrl = geminiAPIURL
|
||||
}
|
||||
err := g.SetCurrencyPairFormat()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user