make linter happy

This commit is contained in:
Iuri Matias 2018-09-28 16:38:42 -04:00
parent 24d661a65e
commit a7a6a03bfe
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const DevFunds = require('./dev_funds.js');
const {defaultHost, dockerHostSwap} = require('../../utils/host');
/*eslint complexity: ["error", 36]*/
/*eslint complexity: ["error", 37]*/
var Blockchain = function(options) {
this.blockchainConfig = options.blockchainConfig;
this.env = options.env || 'development';