From a63aa2ea0fb0f7062e6e619641ee29f0669a3aa1 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 20 Apr 2018 19:58:16 -0400 Subject: [PATCH] remove commented line; use beta 34 --- lib/contracts/code_generator.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/contracts/code_generator.js b/lib/contracts/code_generator.js index c33846279..3072cd81b 100644 --- a/lib/contracts/code_generator.js +++ b/lib/contracts/code_generator.js @@ -283,7 +283,6 @@ class CodeGenerator { return next(null, fs.embarkPath("js/web3-1.0.min.js")); } else { self.events.request("version:getPackageLocation", "web3", web3Version, function(err, location) { - //self.events.request("version:getFileLocation", "web3", web3Version, function(err, location) { return next(null, fs.dappPath(location)); }); } diff --git a/package.json b/package.json index 50d6d24e4..806f36215 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "underscore.string": "^3.3.4", "url-loader": "^0.6.2", "viz.js": "^1.8.1", - "web3": "1.0.0-beta.32", + "web3": "1.0.0-beta.34", "webpack": "^3.10.0", "window-size": "^1.1.0" },