Skip to content

Commit

Permalink
chore: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored Jun 13, 2023
1 parent c17bf87 commit 9d608ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cli/helpers/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// P2PDependenciesPreRunE initializes peerstore & current height providers, and a
// p2p module with consumes them. Everything is registered to the bus.
// p2p module which consumes them. Everything is registered to the bus.
func P2PDependenciesPreRunE(cmd *cobra.Command, _ []string) error {
// TECHDEBT: this is to keep backwards compatibility with localnet
flags.ConfigPath = runtime.GetEnv("CONFIG_PATH", "build/config/config.validator1.json")
Expand Down

0 comments on commit 9d608ec

Please sign in to comment.