diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 33c5297508..6d96d67fe1 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -13,9 +13,6 @@ function UniversalDApp (contracts, options) { this.renderOutputModifier = options.renderOutputModifier || function (name, content) { return content; }; this.web3 = options.web3; - if (!this.web3) { - throw new Error('Web3 is required for ABI encoding'); - } if (options.mode === 'vm') { // FIXME: use `options.vm` or `this.vm` consistently