Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/abigen: change --exc to exclude by type name
When using combined-json input, the contract names generated by `compiler.ParseCombinedJSON` are the fully qualified contract names, that is, are of the form `<solFilePath>:<type>`. So when checking for excluded types, the type name has to be split from the f.q. name. If the contract name is of the short version `<type>`, then the behavior is as before.
- Loading branch information