From 5b2e844866f2e4c0152a65052af1e4cef9db0cbb Mon Sep 17 00:00:00 2001 From: tutufen Date: Thu, 3 Oct 2024 16:54:43 +0800 Subject: [PATCH] docs(keys): remove unsupported `--dry-run` flag description for `keys migrate` (#22057) (cherry picked from commit 5a411c36b85870b7b7a5f76ca2cf6cdc0290fd77) --- client/keys/migrate.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/keys/migrate.go b/client/keys/migrate.go index 0a9fc78e2143..b2e192dffb93 100644 --- a/client/keys/migrate.go +++ b/client/keys/migrate.go @@ -18,8 +18,6 @@ Otherwise, we try to deserialize it using Amino into LegacyInfo. If this attempt LegacyInfo to Protobuf serialization format and overwrite the keyring entry. If any error occurred, it will be outputted in CLI and migration will be continued until all keys in the keyring DB are exhausted. See https://github.com/cosmos/cosmos-sdk/pull/9695 for more details. - -It is recommended to run in 'dry-run' mode first to verify all key migration material. `, Args: cobra.NoArgs, RunE: runMigrateCmd,