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 769bcd2 commit 89d21abCopy full SHA for 89d21ab
sdk/pinocchio/src/sysvars/slot_hashes/test_raw.rs
@@ -160,8 +160,8 @@ fn test_fetch_into_host_stub() {
160
#[cfg(test)]
161
#[test]
162
fn test_fetch_into_offset_avoids_incorrect_entry_count() {
163
- // The core issue: when fetch_into is called with offset != 0, the first
164
- // 8 bytes of the buffer contains header data, NOT entry data.
+ // When fetch_into is called with offset != 0, the first
+ // 8 bytes of the buffer contains header data, not entry data.
165
let mut buffer = std::vec![0u8; 3 * ENTRY_SIZE];
166
167
// Call fetch_into with offset 8 (skipping the 8-byte header)
0 commit comments