mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Expand RetrieveConfigCurrencyPairs to support different asset types
This commit is contained in:
@@ -35,7 +35,7 @@ func SetupTestHelpers(t *testing.T) {
|
||||
}
|
||||
testSetup = true
|
||||
}
|
||||
err := Bot.Config.RetrieveConfigCurrencyPairs(true)
|
||||
err := Bot.Config.RetrieveConfigCurrencyPairs(true, asset.Spot)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to retrieve config currency pairs. %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user