Skip to content

Commit

Permalink
fix(root): fix keyring for tx commands (#4026) (#4039)
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>
(cherry picked from commit 6ec0274)

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
  • Loading branch information
mergify[bot] and Pantani committed Mar 19, 2024
1 parent 98fe93b commit deeccaa
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 deeccaa

Please sign in to comment.