mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
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 {
|
class Deploy {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
this.blockchain = options.blockchain;
|
this.blockchain = options.blockchain;
|
||||||
this.web3 = this.blockchain.web3;
|
|
||||||
this.logger = options.logger;
|
this.logger = options.logger;
|
||||||
this.events = options.events;
|
this.events = options.events;
|
||||||
this.plugins = options.plugins;
|
this.plugins = options.plugins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user