fix blockchain configDir
This commit is contained in:
parent
ad66fe1b43
commit
d0fc03c385
5 changed files with 8 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ const BN = require('../../../bn')
|
|||
const E = require('../../../error')
|
||||
|
||||
const cryptoRec = coinUtils.getCryptoCurrency('ZEC')
|
||||
const configPath = coinUtils.cryptoDir(cryptoRec)
|
||||
const configPath = coinUtils.configPath(cryptoRec)
|
||||
const unitScale = cryptoRec.unitScale
|
||||
const config = jsonRpc.parseConf(configPath)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue