Skip to content

Commit

Permalink
codegen/abi: Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis authored and Jannis Pohlmann committed May 9, 2019
1 parent 0b6d193 commit fe78a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/abi.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ module.exports = class AbiCodeGenerator {
})

// Add param getters to tuple class and generate classes for each tuple parameter
input.get('components').forEach((component, index) => {
inputOrOutput.get('components').forEach((component, index) => {
let name = component.get('name')
let paramObject = this._generateInputOrOutput(
component,
Expand Down

0 comments on commit fe78a27

Please sign in to comment.