Commit aff86d7d authored by Alex Beregszaszi's avatar Alex Beregszaszi

Web3 isn't a requirement anymore for udapp

parent 07a8ab60
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment