Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Sep 14, 2023
1 parent 1c42a1e commit c10d605
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/concentrated-liquidity/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const (
)

var (
// TODO: switch:
// DefaultMinTick to tyoes.MinInitializedTickV2 and
// DefaultMinCurrentTick to types.MinCurrentTickV2 upon
// completion of https://github.com/osmosis-labs/osmosis/issues/5726
DefaultMinTick, DefaultMaxTick = types.MinInitializedTickV2, types.MaxTick
DefaultMinCurrentTick = types.MinCurrentTickV2
DefaultLowerPrice = osmomath.NewDec(4545)
Expand Down

0 comments on commit c10d605

Please sign in to comment.