Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trim underscore prefix while generating event params
Underscore prefixes should be trimmed while capitalizing and uncapitalizing the first letter of the event params. This change is required because abigen does the same while generating the underlying contract binding so names must be aligned to avoid compilation errors.
- Loading branch information