Skip to content

Commit

Permalink
migration name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Jun 2, 2023
1 parent 2df1819 commit 1a1f5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/comdex/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const flagGenesisTime = "genesis-time"
const chainUpgradeGuide = "https://docs.cosmos.network/master/migrations/chain-upgrade-guide-040.html"

var migrationMap = types.MigrationMap{
"v11.1.0": Migrate,
"v11.3.0": Migrate,
}

// GetMigrationCallback returns a MigrationCallback for a given version.
Expand All @@ -35,7 +35,7 @@ func MigrateStoreCmd() *cobra.Command {
Long: fmt.Sprintf(`Migrate the source genesis into the target version and print to STDOUT.
Example:
$ %s migrate v11.1.0 /path/to/genesis.json --chain-id=test-2 --genesis-time=2019-04-22T17:00:00Z
$ %s migrate v11.3.0 /path/to/genesis.json --chain-id=test-2 --genesis-time=2019-04-22T17:00:00Z
`, version.AppName),
Args: cobra.ExactArgs(2),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 1a1f5c4

Please sign in to comment.