Skip to content

Commit

Permalink
Update trace.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DoTheBestToGetTheBest authored Oct 25, 2023
1 parent db83551 commit 634a5c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions crates/rpc/rpc-testing-util/src/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,6 @@ where
/// Fetches the `trace_block` responses for the provided block IDs from both clients
/// and compares them. If there are inconsistencies between the two responses, this
/// method will panic with a relevant message indicating the difference.
///
/// # Arguments
///
/// * `block_ids` - A collection of block IDs for which trace responses will be fetched
/// and compared.
///
/// # Panics
///
/// If the responses from the two clients are inconsistent.
pub async fn compare_trace_block_responses(&self, block_ids: Vec<BlockId>) {
let stream1 = self.client1.trace_block_buffered(block_ids.clone(), 2);
let stream2 = self.client2.trace_block_buffered(block_ids, 2);
Expand Down

0 comments on commit 634a5c7

Please sign in to comment.