Skip to content

Commit

Permalink
fix(root): fix keyring for tx commands (#4026)
Browse files Browse the repository at this point in the history
* fix keyring for tx commands

* add changelog

* rollback client config changes

* rollback

* rollback some go.mod files

* rollback changelog

---------

Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani committed Mar 19, 2024
1 parent 75331b0 commit 6ec0274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func ProvideClientContext(
WithViper(app.Name) // env variable prefix

// Read the config again to overwrite the default values with the values from the config file
clientCtx, _ = config.ReadDefaultValuesFromDefaultClientConfig(clientCtx)
clientCtx, _ = config.ReadFromClientConfig(clientCtx)

return clientCtx
}
Expand Down

0 comments on commit 6ec0274

Please sign in to comment.