We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06eede0 commit 8835c5bCopy full SHA for 8835c5b
sdk/pinocchio/src/sysvars/slot_hashes/raw.rs
@@ -11,7 +11,7 @@ use super::*;
11
/// Validates buffer format for `SlotHashes` data and calculates entry capacity.
12
///
13
/// Validates that the buffer follows the correct format:
14
-/// - If `offset == 0`: Buffer must have `8 + (N × 40)` format (header + entries)
+/// - If `offset == 0`: Buffer must have `8 + (N × 40)` format (header and entries)
15
/// - If `offset != 0`: Buffer must be a multiple of 40 bytes (entries only)
16
17
/// Does not validate that `offset + buffer_len ≤ MAX_SIZE`; this is checked
0 commit comments