Skip to content

Commit 50dedb1

Browse files
authored
chore(blockbuilder): updates comments (#15220)
1 parent 339ba1a commit 50dedb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/blockbuilder/types/grpc_transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var _ Transport = &GRPCTransport{}
2222
type GRPCTransportConfig struct {
2323
Address string `yaml:"address,omitempty"`
2424

25-
// GRPCClientConfig configures the gRPC connection between the Bloom Gateway client and the server.
25+
// GRPCClientConfig configures the gRPC connection between the block-builder and its scheduler.
2626
GRPCClientConfig grpcclient.Config `yaml:"grpc_client_config"`
2727
}
2828

0 commit comments

Comments
 (0)