From eeac7df75c8631ebb54681311c74fe7d619922d7 Mon Sep 17 00:00:00 2001 From: fx0x55 Date: Mon, 12 Dec 2022 15:28:32 +0800 Subject: [PATCH] fix: add viper prefix "PX" --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",