Skip to content

Commit

Permalink
call method updated in MethodsProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Mar 30, 2019
1 parent 639ac09 commit 842d40a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/web3-eth-contract/src/proxies/MethodsProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ export default class MethodsProxy {
}

anonymousFunction['call'] = function() {
if (abiItemModel.isOfType('constructor')) {
return target.executeMethod(abiItemModel, arguments, 'contract-deployment');
}

return target.executeMethod(abiItemModel, arguments, 'call');
};

Expand Down

0 comments on commit 842d40a

Please sign in to comment.