We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddc128 commit 687866dCopy full SHA for 687866d
x/genutil/client/cli/migrate.go
@@ -17,8 +17,10 @@ import (
17
"github.com/cosmos/cosmos-sdk/x/genutil/types"
18
)
19
20
-const flagGenesisTime = "genesis-time"
21
-const v52 = "v0.52"
+const (
+ flagGenesisTime = "genesis-time"
22
+ v52 = "v0.52"
23
+)
24
25
// MigrationMap is a map of SDK versions to their respective genesis migration functions.
26
var MigrationMap = types.MigrationMap{
0 commit comments