mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/abigen: address comment
This commit is contained in:
parent
99e4988435
commit
e0ca35a44a
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ func abigen(c *cli.Context) error {
|
|||
lang = bind.LangJava
|
||||
case "objc":
|
||||
lang = bind.LangObjC
|
||||
utils.Fatalf("Objc binding generation is uncompleted")
|
||||
default:
|
||||
utils.Fatalf("Unsupported destination language \"%s\" (--lang)", c.GlobalString(langFlag.Name))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue