diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 0acf15e386..61ba877bef 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -380,6 +380,8 @@ UniversalDApp.prototype.getConstructorInterface = function (abi) { return abi[i] } } + + return { 'type': 'constructor', 'payable': false, 'inputs': [] } } UniversalDApp.prototype.getFallbackInterface = function (abi) {