Skip to content

Commit

Permalink
price feeder cmd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Sep 27, 2024
1 parent 961e085 commit 5612414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ojod/cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func initRootCmd(
// add price feeder flags
rootCmd.PersistentFlags().String(pricefeeder.FlagConfigPath, "", "Path to price feeder config file")
rootCmd.PersistentFlags().String(pricefeeder.FlagLogLevel, "", "Log level of price feeder process")
rootCmd.PersistentFlags().Bool(pricefeeder.FlagEnablePriceFeeder, false, "Enable the price feeder")
}

// genesisCommand builds genesis-related `simd genesis` command. Users may
Expand Down

0 comments on commit 5612414

Please sign in to comment.