Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Dec 5, 2024
1 parent 5cf1032 commit 6e1528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-eth-types/src/cache/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl<B: Block, R: Send + Sync> EthStateCache<B, R> {
rx.await.map_err(|_| ProviderError::CacheServiceUnavailable)?
}

/// Requests the [Receipt] for the block hash
/// Requests the receipts for the block hash
///
/// Returns `None` if the block was not found.
pub async fn get_receipts(&self, block_hash: B256) -> ProviderResult<Option<Arc<Vec<R>>>> {
Expand Down

0 comments on commit 6e1528a

Please sign in to comment.