From f0ae4c96ba199dc74df94239b0888ed8545f3f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Tue, 7 Nov 2023 18:09:54 +0100 Subject: [PATCH] Use GetConfig() to utilize the singleton (#168) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- cmd/planetmint-god/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/planetmint-god/cmd/root.go b/cmd/planetmint-god/cmd/root.go index 1128c97..056c12c 100644 --- a/cmd/planetmint-god/cmd/root.go +++ b/cmd/planetmint-god/cmd/root.go @@ -370,7 +370,7 @@ func initAppConfig(clientCtx client.Context) (string, interface{}) { // In simapp, we set the min gas prices to 0. srvCfg.MinGasPrices = "0stake" - plmntCfg := planetmintconfig.DefaultConfig() + plmntCfg := planetmintconfig.GetConfig() plmntCfg.SetRoot(clientCtx.HomeDir) customAppConfig := CustomAppConfig{