mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Resolve merge
This commit is contained in:
parent
026d0ded8b
commit
224f4a803c
1 changed files with 7 additions and 0 deletions
|
|
@ -447,5 +447,12 @@ func (c *Command) Flags() *flagset.Flagset {
|
|||
Value: &c.cliConfig.GRPC.Addr,
|
||||
})
|
||||
|
||||
// grpc
|
||||
f.StringFlag(&flagset.StringFlag{
|
||||
Name: "grpc.addr",
|
||||
Usage: "Address and port to bind the GRPC server",
|
||||
Value: &c.cliConfig.GRPC.Addr,
|
||||
})
|
||||
|
||||
return f
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue