Skip to content

Commit

Permalink
removed out commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Jul 3, 2018
1 parent 37d4f13 commit 8999bc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/web3-eth-abi/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ ABICoder.prototype.encodeParameter = function (type, param) {
* @return {String} encoded list of params
*/
ABICoder.prototype.encodeParameters = function (types, params) {
// given a json interface
// if (_.isArray(types) && _.isObject(types[0])) {
// types = utils._flattenTypes(true, types);
// }

return ethersAbiCoder.encode(types, params);
};

Expand Down

0 comments on commit 8999bc8

Please sign in to comment.