moved l-a-s in here

This commit is contained in:
Josh Harvey 2016-12-05 17:15:32 +02:00
parent 1e3e55e362
commit 836ab07776
18 changed files with 3946 additions and 281 deletions

View file

@ -397,6 +397,7 @@ function executeTrades () {
const fiatCode = config.fiatCurrency
const cryptoCodes = config.cryptoCurrencies
console.log('DEBUG99: %j', config)
return cryptoCodes.map(cryptoCode => ({fiatCode, cryptoCode}))
})