diff --git a/client/keys/add.go b/client/keys/add.go index 57b37a5001..b2e267e83e 100644 --- a/client/keys/add.go +++ b/client/keys/add.go @@ -306,7 +306,6 @@ func printCreate(cmd *cobra.Command, info keyring.Info, showMnemonic bool, mnemo // print mnemonic unless requested not to. if showMnemonic { - fmt.Fprintln(cmd.ErrOrStderr(), "\n**Important** write this mnemonic phrase in a safe place.") fmt.Fprintln(cmd.ErrOrStderr(), "\n**Important** write this mnemonic phrase in a safe place.") fmt.Fprintln(cmd.ErrOrStderr(), "It is the only way to recover your account if you ever forget your password.") fmt.Fprintln(cmd.ErrOrStderr(), "")