From 9730c198d36799afcd12d8331f161847f23adf4a Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 19 Jul 2018 20:46:03 -0500 Subject: [PATCH] don't blow away the global web3 --- lib/contracts/code_templates/web3-connector.js.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/contracts/code_templates/web3-connector.js.ejs b/lib/contracts/code_templates/web3-connector.js.ejs index 2cf5f9b5..beb6e081 100644 --- a/lib/contracts/code_templates/web3-connector.js.ejs +++ b/lib/contracts/code_templates/web3-connector.js.ejs @@ -1,4 +1,4 @@ -__mainContext.web3 = undefined; +// __mainContext.web3 = undefined; __reduce(<%- connectionList %>,function(prev, value, next) { if (prev === false) { return next(null, false);