There was an error while loading. Please reload this page.
1 parent 339ba1a commit 50dedb1Copy full SHA for 50dedb1
pkg/blockbuilder/types/grpc_transport.go
@@ -22,7 +22,7 @@ var _ Transport = &GRPCTransport{}
22
type GRPCTransportConfig struct {
23
Address string `yaml:"address,omitempty"`
24
25
- // GRPCClientConfig configures the gRPC connection between the Bloom Gateway client and the server.
+ // GRPCClientConfig configures the gRPC connection between the block-builder and its scheduler.
26
GRPCClientConfig grpcclient.Config `yaml:"grpc_client_config"`
27
}
28
0 commit comments