fix: json-rpc exporting and undefined blockchain dir

This commit is contained in:
Sérgio Salgado 2021-11-30 19:35:38 +00:00
parent bbde0fc2b6
commit 50c07c5e8f
7 changed files with 16 additions and 24 deletions

View file

@ -1,7 +1,6 @@
const _ = require('lodash/fp')
const jsonRpc = require('../../common/json-rpc')
const options = require('../../../options')
const BN = require('../../../bn')
const E = require('../../../error')
const logger = require('../../../logger')