fix: wallet config path
This commit is contained in:
parent
bb8deda6e3
commit
c0fff41368
5 changed files with 10 additions and 5 deletions
|
|
@ -3,11 +3,12 @@ const jsonRpc = require('../../common/json-rpc')
|
|||
|
||||
const { utils } = require('lamassu-coins')
|
||||
|
||||
const blockchainUtils = require('../../../coin-utils')
|
||||
const BN = require('../../../bn')
|
||||
const E = require('../../../error')
|
||||
|
||||
const cryptoRec = utils.getCryptoCurrency('LTC')
|
||||
const configPath = utils.configPath(cryptoRec)
|
||||
const configPath = utils.configPath(cryptoRec, blockchainUtils.blockchainDir())
|
||||
const unitScale = cryptoRec.unitScale
|
||||
|
||||
function rpcConfig () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue