Skip to content

Commit

Permalink
fix: doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Dec 19, 2024
1 parent ec8c548 commit dfc19fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/edr_provider/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ where
#[error(transparent)]
TransactionCreationError(#[from] transaction::CreationError),
/// `eth_sendTransaction` failed and
/// [`crate::config::ProviderConfig::bail_on_call_failure`] was enabled
/// [`crate::config::Provider::bail_on_call_failure`] was enabled
#[error(transparent)]
TransactionFailed(#[from] TransactionFailureWithTraces<ChainSpecT::HaltReason>),
/// Failed to convert an integer type
Expand Down

0 comments on commit dfc19fa

Please sign in to comment.