Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Jun 21, 2024
1 parent 56b0ff7 commit c9d55c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dex/migrations/v4/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// MigrateStore performs in-place store migrations.
// The migration adds new dex params -- GoodTilPurgeAllowance & MaxJITsPerBlock// for handling JIT orders.
// Due to change in precision of PrecDec between v3 and v4 we need to recompute all PrecDecs in the kvstore
func MigrateStore(ctx sdk.Context, cdc codec.BinaryCodec, storeKey storetypes.StoreKey) error {
if err := migrateTickLiquidityPrices(ctx, cdc, storeKey); err != nil {
return err
Expand Down

0 comments on commit c9d55c5

Please sign in to comment.