Skip to content

Commit

Permalink
fix(doctests): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Dec 11, 2023
1 parent 1c1b25d commit 300aece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/ether/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ pub async fn get_trace(
/// Get all logs for the given block number
///
/// ```no_run
/// use heimdall_common::ether::rpc::get_logs;
/// use heimdall_common::ether::rpc::get_block_logs;
///
/// // let logs = get_logs(1, "https://eth.llamarpc.com").await;
/// // let logs = get_block_logs(1, "https://eth.llamarpc.com").await;
/// // assert!(logs.is_ok());
/// ```
pub async fn get_block_logs(
Expand Down

0 comments on commit 300aece

Please sign in to comment.