Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jun 25, 2024
1 parent 022bb75 commit f98798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/v2/simdv2/cmd/root_di.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func NewRootCmd() *cobra.Command {
return nil
},
}
rootCmd.SetContext(context.WithValue(rootCmd.Context(), client.ClientContextKey, &clientCtx))
rootCmd.SetContext(context.WithValue(context.Background(), client.ClientContextKey, &clientCtx))

initRootCmd(rootCmd, clientCtx.TxConfig, moduleManager)
if err := autoCliOpts.EnhanceRootCommand(rootCmd); err != nil {
Expand Down

0 comments on commit f98798f

Please sign in to comment.