mirror of
https://github.com/miguelmota/cointop
synced 2024-11-10 13:10:26 +00:00
Include DefaultChartRange in default config
This commit is contained in:
parent
142777d965
commit
e60bc6dcd6
@ -244,6 +244,7 @@ func NewCointop(config *Config) (*Cointop, error) {
|
||||
cacheDir: DefaultCacheDir,
|
||||
coinsTableColumns: DefaultCoinTableHeaders,
|
||||
currencyConversion: DefaultCurrency,
|
||||
defaultChartRange: DefaultChartRange,
|
||||
// DEPRECATED: favorites by 'symbol' is deprecated because of collisions. Kept for backward compatibility.
|
||||
favoritesBySymbol: make(map[string]bool),
|
||||
favorites: make(map[string]bool),
|
||||
|
Loading…
Reference in New Issue
Block a user