Configure only BTC by default; send correct status for reboot

This commit is contained in:
Josh Harvey 2016-06-16 13:38:07 +03:00
parent 2901666351
commit c60bd3f02d
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ exports.configure = function configure (config) {
cachedConfig = config
deviceCurrency = config.exchanges.settings.currency
cryptoCodes = config.exchanges.settings.coins || ['BTC', 'ETH']
cryptoCodes = config.exchanges.settings.coins || ['BTC']
cryptoCodes.forEach(cryptoCode => {
// TICKER [required] configure (or load)