moar coinUtils fixes
This commit is contained in:
parent
5a26f718c5
commit
5987f288a7
3 changed files with 18 additions and 13 deletions
|
|
@ -56,7 +56,7 @@ function processCryptos (codes) {
|
|||
|
||||
function setupCrypto (crypto) {
|
||||
logger.info(`Installing ${crypto.display}...`)
|
||||
const cryptoDir = coinUtils.cryptoConfigDir(crypto.cryptoCode)
|
||||
const cryptoDir = coinUtils.cryptoConfigDir(crypto)
|
||||
makeDir.sync(cryptoDir)
|
||||
const cryptoPlugin = plugin(crypto)
|
||||
const oldDir = process.cwd()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue