We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--dry-run
keys migrate
1 parent 35f8d05 commit 8df6800Copy full SHA for 8df6800
client/keys/migrate.go
@@ -18,8 +18,6 @@ Otherwise, we try to deserialize it using Amino into LegacyInfo. If this attempt
18
LegacyInfo to Protobuf serialization format and overwrite the keyring entry. If any error occurred, it will be
19
outputted in CLI and migration will be continued until all keys in the keyring DB are exhausted.
20
See https://github.com/cosmos/cosmos-sdk/pull/9695 for more details.
21
-
22
-It is recommended to run in 'dry-run' mode first to verify all key migration material.
23
`,
24
Args: cobra.NoArgs,
25
RunE: runMigrateCmd,
0 commit comments