Skip to content

Commit

Permalink
fix: add viper prefix "PX"
Browse files Browse the repository at this point in the history
  • Loading branch information
fx0x55 committed Dec 12, 2022
1 parent 6595157 commit eeac7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewRootCmd() *cobra.Command {
WithAccountRetriever(types.AccountRetriever{}).
WithBroadcastMode(flags.BroadcastBlock).
WithHomeDir(app.DefaultNodeHome).
WithViper("")
WithViper("PX")

rootCmd := &cobra.Command{
Use: pxtypes.Name + "d",
Expand Down

0 comments on commit eeac7df

Please sign in to comment.