Skip to content

Commit

Permalink
chore(blockbuilder): updates comments (#15220)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Dec 3, 2024
1 parent 339ba1a commit 50dedb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blockbuilder/types/grpc_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var _ Transport = &GRPCTransport{}
type GRPCTransportConfig struct {
Address string `yaml:"address,omitempty"`

// 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.
GRPCClientConfig grpcclient.Config `yaml:"grpc_client_config"`
}

Expand Down

0 comments on commit 50dedb1

Please sign in to comment.