Skip to content

Commit

Permalink
update description for UpdateMigrationRecords function (#4689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhNhann authored Mar 22, 2023
1 parent f447c87 commit d61c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gamm/keeper/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (k Keeper) ReplaceMigrationRecords(ctx sdk.Context, records []types.Balance
return nil
}

// UpdateDistrRecords gets the current migration records and only updates the records that are provided.
// UpdateMigrationRecords gets the current migration records and only updates the records that are provided.
// It is checked for no err when a proposal is made, and executed when a proposal passes.
func (k Keeper) UpdateMigrationRecords(ctx sdk.Context, records []types.BalancerToConcentratedPoolLink) error {
err := k.validateRecords(ctx, records)
Expand Down

0 comments on commit d61c0ed

Please sign in to comment.