Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Sep 19, 2024
1 parent a22a80c commit 67baa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/pairing/keeper/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ func (m Migrator) MigrateVersion4To5(ctx sdk.Context) error {
if biggestVault == nil {
biggestVault = e
} else if biggestVault.Stake.Amount.LT(e.Stake.Amount) {
biggestVault = e
}
biggestVault = e
}
}
}
Expand Down Expand Up @@ -94,5 +93,6 @@ func (m Migrator) MigrateVersion4To5(ctx sdk.Context) error {
// set the metadata
m.keeper.epochStorageKeeper.SetMetadata(ctx, metadata)
}

return nil
}

0 comments on commit 67baa9d

Please sign in to comment.