Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Oct 8, 2024
1 parent 9ddc128 commit 687866d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x/genutil/client/cli/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ import (
"github.com/cosmos/cosmos-sdk/x/genutil/types"
)

const flagGenesisTime = "genesis-time"
const v52 = "v0.52"
const (
flagGenesisTime = "genesis-time"
v52 = "v0.52"
)

// MigrationMap is a map of SDK versions to their respective genesis migration functions.
var MigrationMap = types.MigrationMap{
Expand Down

0 comments on commit 687866d

Please sign in to comment.