WIPP
This commit is contained in:
parent
ee37367c62
commit
f62e65fe93
3 changed files with 83 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ const db = require('./postgresql_interface')
|
|||
const logger = require('./logger')
|
||||
const notifier = require('./notifier')
|
||||
const T = require('./time')
|
||||
const config = require('./config')
|
||||
|
||||
const tradeIntervals = {}
|
||||
|
||||
|
|
@ -178,6 +179,8 @@ exports.configure = function configure (config) {
|
|||
cryptoCodes = config.crypto.cryptoCurrencies
|
||||
|
||||
cryptoCodes.forEach(cryptoCode => {
|
||||
cryptoScopedConfig = config.cryptoScoped(cryptoCode, cachedConfig)
|
||||
|
||||
// TICKER [required] configure (or load)
|
||||
loadOrConfigPlugin(
|
||||
tickerPlugins[cryptoCode],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue