Skip to content

Commit

Permalink
Protected \"name\" as a variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Feb 17, 2024
1 parent 34c5a0a commit d50ba2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evm/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ func DeriveMethodArguments(parameters []ABIBoundParameter) ([]MethodArgument, er
"network": true,
"simulate": true,
"contractAddress": true,
"name": true,
}

for i, parameter := range parameters {
Expand Down

0 comments on commit d50ba2b

Please sign in to comment.