Skip to content

Commit

Permalink
Fixed parse key issue (#9299)
Browse files Browse the repository at this point in the history
* Fixed parse key issue

* Added getconfig in root command

* uncommented changes in parse.go

(cherry picked from commit d7dd1d7)

# Conflicts:
#	simapp/simd/cmd/root.go
  • Loading branch information
PrathyushaLakkireddy authored and mergify-bot committed Jun 22, 2021
1 parent a7e19ad commit 69a11e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
}

func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
<<<<<<< HEAD
authclient.Codec = encodingConfig.Marshaler
=======
cfg := sdk.GetConfig()
cfg.Seal()
>>>>>>> d7dd1d7af (Fixed parse key issue (#9299))

rootCmd.AddCommand(
genutilcli.InitCmd(simapp.ModuleBasics, simapp.DefaultNodeHome),
Expand Down

0 comments on commit 69a11e2

Please sign in to comment.