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,
|
cacheDir: DefaultCacheDir,
|
||||||
coinsTableColumns: DefaultCoinTableHeaders,
|
coinsTableColumns: DefaultCoinTableHeaders,
|
||||||
currencyConversion: DefaultCurrency,
|
currencyConversion: DefaultCurrency,
|
||||||
|
defaultChartRange: DefaultChartRange,
|
||||||
// DEPRECATED: favorites by 'symbol' is deprecated because of collisions. Kept for backward compatibility.
|
// DEPRECATED: favorites by 'symbol' is deprecated because of collisions. Kept for backward compatibility.
|
||||||
favoritesBySymbol: make(map[string]bool),
|
favoritesBySymbol: make(map[string]bool),
|
||||||
favorites: make(map[string]bool),
|
favorites: make(map[string]bool),
|
||||||
|
Loading…
Reference in New Issue
Block a user