Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Sep 20, 2023
1 parent f219b45 commit 8079659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/upgrades/v20/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ func CreateUpgradeHandler(
return nil, err
}

// Initialize new parameter.
// TODO START: DO NOT LEAVE THIS AS IS.
// See my comment here https://github.com/osmosis-labs/osmosis/pull/6420#issuecomment-1726969370
keepers.ConcentratedLiquidityKeeper.SetParams(ctx, concentratedliquiditytypes.DefaultParams())
// TODO END

return migrations, nil
}
Expand Down

0 comments on commit 8079659

Please sign in to comment.