Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 16, 2024
1 parent 55edf6c commit 6c1ca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v2/cometbft/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// ServerOptions defines the options for the CometBFT server.
// When an options takes a map[string]any, it is able to access the app.tom's cometbft section and the config.toml config.
// When an option takes a map[string]any, it can access the app.tom's cometbft section and the config.toml config.
type ServerOptions[T transaction.Tx] struct {
PrepareProposalHandler handlers.PrepareHandler[T]
ProcessProposalHandler handlers.ProcessHandler[T]
Expand Down

0 comments on commit 6c1ca6d

Please sign in to comment.