Skip to content

Commit

Permalink
codestyle improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Jul 4, 2018
1 parent f62b11b commit 8376bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web3-eth-abi/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ ABICoder.prototype.encodeFunctionCall = function (jsonInterface, params) {
* @return {Object} plain param
*/
ABICoder.prototype.decodeParameter = function (type, bytes) {

if (!_.isString(type)) {
throw new Error('Given parameter type is not a string: '+ type);
}
Expand Down

0 comments on commit 8376bed

Please sign in to comment.