Skip to content

Commit

Permalink
Update pool/tick.gno
Browse files Browse the repository at this point in the history
Co-authored-by: 0xTopaz <[email protected]>
  • Loading branch information
r3v4s and onlyhyde authored Dec 16, 2024
1 parent bf8e09d commit f2064c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/tick.gno
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (pool *Pool) tickCross(
return thisTick.liquidityNet
}

func (pool *Pool) getTick(tick int32) TickInfo {
func (p *Pool) getTick(tick int32) TickInfo {
iTickInfo, exist := pool.ticks.Get(strconv.FormatInt(int64(tick), 10))
if !exist {
res := TickInfo{}
Expand Down

0 comments on commit f2064c5

Please sign in to comment.