Skip to content

Commit

Permalink
Problem: key import,export not working correctly (fix #26) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed Sep 2, 2021
1 parent 552d88a commit 96d47fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cronosd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
initRootCmd(rootCmd, encodingConfig)
overwriteFlagDefaults(rootCmd, map[string]string{
flags.FlagChainID: ChainID,
flags.FlagKeyringBackend: "test",
flags.FlagKeyringBackend: "os",
})

return rootCmd, encodingConfig
Expand Down

0 comments on commit 96d47fe

Please sign in to comment.