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 b42ecc6 commit 65eb296
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 @@ -193,5 +193,5 @@ func (p *Pool) mustGetTick(tick int32) TickInfo {
))
}

return tickInfo.(TickInfo)
return iTickInfo.(TickInfo)
}

0 comments on commit 65eb296

Please sign in to comment.