mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 07:23:46 +00:00
Add comments
This commit is contained in:
parent
6bec5c704b
commit
a22a68cdc2
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ type Config struct {
|
||||||
// Account has the validator account related settings
|
// Account has the validator account related settings
|
||||||
Accounts *AccountsConfig `hcl:"accounts,block"`
|
Accounts *AccountsConfig `hcl:"accounts,block"`
|
||||||
|
|
||||||
|
// GRPC has the grpc server related settings
|
||||||
GRPC *GRPCConfig
|
GRPC *GRPCConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -229,6 +230,7 @@ type JsonRPCConfig struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type GRPCConfig struct {
|
type GRPCConfig struct {
|
||||||
|
// Addr is the bind address for the grpc rpc server
|
||||||
Addr string
|
Addr string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue