add cc rule

This commit is contained in:
Iuri Matias 2017-03-01 21:28:27 -05:00
parent d4f7eca2c5
commit 11eca918a1
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ var fs = require('../../core/fs.js');
var GethCommands = require('./geth_commands.js');
/*eslint complexity: ["error", 22]*/
var Blockchain = function(options) {
this.blockchainConfig = options.blockchainConfig;
this.env = options.env || 'development';