don't blow away the global web3
This commit is contained in:
parent
5d67917326
commit
9730c198d3
|
@ -1,4 +1,4 @@
|
||||||
__mainContext.web3 = undefined;
|
// __mainContext.web3 = undefined;
|
||||||
__reduce(<%- connectionList %>,function(prev, value, next) {
|
__reduce(<%- connectionList %>,function(prev, value, next) {
|
||||||
if (prev === false) {
|
if (prev === false) {
|
||||||
return next(null, false);
|
return next(null, false);
|
||||||
|
|
Loading…
Reference in New Issue