mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix rebase error
This commit is contained in:
parent
51a8933272
commit
c0e1c8b2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ func init() {
|
|||
}
|
||||
|
||||
func generate(c *cli.Context) error {
|
||||
utils.CheckExclusive(c, abiFlag, jsonFlag) // Only one source can be selected.
|
||||
flags.CheckExclusive(c, abiFlag, jsonFlag) // Only one source can be selected.
|
||||
|
||||
if c.String(pkgFlag.Name) == "" {
|
||||
utils.Fatalf("No destination package specified (--pkg)")
|
||||
|
|
|
|||
Loading…
Reference in a new issue