diff --git a/cmd/root.go b/cmd/root.go index 7e275f5..21cf999 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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",