fix: remove blockchain utils module

This commit is contained in:
Sérgio Salgado 2021-06-22 20:07:29 +01:00 committed by Josh Harvey
parent de832e435b
commit fc4af4885a
7 changed files with 14 additions and 21 deletions

View file

@ -4,12 +4,12 @@ const jsonRpc = require('../../common/json-rpc')
const { utils: coinUtils } = require('lamassu-coins')
const blockchainUtils = require('../../../blockchain-utils')
const options = require('../../../options')
const BN = require('../../../bn')
const E = require('../../../error')
const cryptoRec = coinUtils.getCryptoCurrency('ZEC')
const configPath = coinUtils.configPath(cryptoRec, blockchainUtils.blockchainDir())
const configPath = coinUtils.configPath(cryptoRec, options.blockchainDir)
const unitScale = cryptoRec.unitScale
function rpcConfig () {