From 201ec6c652694eddc1f12e4685181c44b33e7bd0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 21 May 2018 19:06:54 -0400 Subject: [PATCH] remove unneeded web3 object assignment --- lib/contracts/deploy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/contracts/deploy.js b/lib/contracts/deploy.js index afe04a20e..462d7a817 100644 --- a/lib/contracts/deploy.js +++ b/lib/contracts/deploy.js @@ -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;