remove unneeded web3 object assignment

This commit is contained in:
Iuri Matias 2018-05-21 19:06:54 -04:00 committed by Jonathan Rainville
parent 5f3361d030
commit 201ec6c652
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ let utils = require('../utils/utils.js');
class Deploy {
constructor(options) {
this.blockchain = options.blockchain;
this.web3 = this.blockchain.web3;
this.logger = options.logger;
this.events = options.events;
this.plugins = options.plugins;