Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Mar 12, 2024
1 parent 7129ac0 commit 483c7df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/providers/src/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ pub trait Provider<N: Network, T: Transport + Clone = BoxTransport>: Send + Sync
self.client().prepare("trace_call", (request, trace_type, block)).await
}

/// Traces multiple transactions on top of the same block, i.e. transaction `n` will be executed on top of the given block with all `n - 1` transaction applied first.
/// Traces multiple transactions on top of the same block, i.e. transaction `n` will be executed
/// on top of the given block with all `n - 1` transaction applied first.
///
/// Allows tracing dependent transactions.
///
Expand Down

0 comments on commit 483c7df

Please sign in to comment.