Skip to content

Commit

Permalink
fix - abigen failed with latest dev version (#6694)
Browse files Browse the repository at this point in the history
fix #6287
  • Loading branch information
skillful-alex authored Jan 25, 2023
1 parent bb2bec2 commit 04253ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/abigen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func init() {
}

func abigen(c *cli.Context) error {
utils.CheckExclusive(c, abiFlag, jsonFlag, solFlag, vyFlag) // Only one source can be selected.
utils.CheckExclusive(c, &abiFlag, &jsonFlag, &solFlag, &vyFlag) // Only one source can be selected.
if c.String(pkgFlag.Name) == "" {
utils.Fatalf("No destination package specified (--pkg)")
}
Expand Down

0 comments on commit 04253ed

Please sign in to comment.