Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
chainHead/storage: Change docs for query_storage_iter_pagination
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed Aug 11, 2023
1 parent 88e1c47 commit 7124b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc-spec-v2/src/chain_head/chain_head_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ where
.unwrap_or_else(|error| QueryResult::Err(error.to_string()))
}

/// Iterate over at most `MAX_ITER_ITEMS` keys.
/// Iterate over at most `operation_max_storage_items` keys.
///
/// Returns the storage result with a potential next key to resume iteration.
fn query_storage_iter_pagination(
Expand Down

0 comments on commit 7124b90

Please sign in to comment.