We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee5b4a commit e6e5041Copy full SHA for e6e5041
pallets/swap/src/tick.rs
@@ -172,7 +172,7 @@ impl TickIndex {
172
173
/// All tick indexes are offset by this value for storage needs
174
/// so that tick indexes are positive, which simplifies bit logic
175
- pub const OFFSET: Self = Self(MAX_TICK);
+ const OFFSET: Self = Self(MAX_TICK);
176
177
/// Converts a sqrt price to a tick index, ensuring it's within valid bounds
178
///
0 commit comments