1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

WTF-400 Remove last of wtf.Config from CryptoLive

This commit is contained in:
Chris Cummer
2019-04-19 11:37:55 -07:00
parent bc967be9e2
commit 6227b2bcdb
5 changed files with 73 additions and 41 deletions

View File

@@ -57,7 +57,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config) *Settings {
market: coercedVal["market"].([]interface{}),
}
settings.currencies[key] = currency
settings.summary.currencies[key] = currency
}
return &settings