good morning!!!!

Skip to content
Snippets Groups Projects
Commit a22a68cd authored by Ferran Borreguero's avatar Ferran Borreguero
Browse files

Add comments

parent 6bec5c70
Branches
Tags
No related merge requests found
......@@ -85,6 +85,7 @@ type Config struct {
// Account has the validator account related settings
Accounts *AccountsConfig `hcl:"accounts,block"`
// GRPC has the grpc server related settings
GRPC *GRPCConfig
}
......@@ -229,6 +230,7 @@ type JsonRPCConfig struct {
}
type GRPCConfig struct {
// Addr is the bind address for the grpc rpc server
Addr string
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment