Skip to content

Commit

Permalink
Add ref for #5041
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Sep 12, 2019
1 parent ae1569f commit 3d924db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/genutil/client/cli/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ import (
v038 "github.com/cosmos/cosmos-sdk/x/genutil/legacy/v0_38"
)

// Allow applications to extend and modify the migration process.
//
// Ref: https://github.com/cosmos/cosmos-sdk/issues/5041
var migrationMap = extypes.MigrationMap{
"v0.36": v036.Migrate,
"v0.38": v038.Migrate,
Expand Down

0 comments on commit 3d924db

Please sign in to comment.