Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 committed May 7, 2024
1 parent 5fda275 commit fcdfa28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x/mint/keeper/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ func (m Migrator) Migrate2to3(ctx context.Context) error {

// Migrate3to4 migrates from version 3 to 4.
func (m Migrator) Migrate3to4(ctx context.Context) error {
lre, err := m.keeper.LastReductionEpoch.Get(ctx)
if err != nil {
return err
}

// Initialize the new LastReductionEpoch with the default value
defaultGenesisState := types.DefaultGenesisState()
reductionStartedEpoch := defaultGenesisState.ReductionStartedEpoch
Expand Down

0 comments on commit fcdfa28

Please sign in to comment.