remove unneeded web3 object assignment
This commit is contained in:
parent
5f3361d030
commit
201ec6c652
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue