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 f0c7e56 commit 56f263eCopy full SHA for 56f263e
sdk/src/ipld.rs
@@ -40,7 +40,7 @@ pub fn get(cid: &Cid) -> SyscallResult<Vec<u8>> {
40
}
41
42
/// Gets the data of the block referenced by BlockId. If the caller knows the size, this function
43
-/// will read the block in syscall. Otherwise, any block over 1KiB will take two syscalls.
+/// will read the block in a single syscall. Otherwise, any block over 1KiB will take two syscalls.
44
pub fn get_block(id: fvm_shared::sys::BlockId, size_hint: Option<u32>) -> SyscallResult<Vec<u8>> {
45
// Check for the "empty" block first.
46
if id == UNIT {
0 commit comments