Skip to content

Commit

Permalink
Update crates/evm/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
klkvr and mattsse authored Jan 30, 2025
1 parent c97d7ae commit 115e38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl InvalidTxError for InvalidTransaction {

/// Abstraction over errors that can occur during EVM execution.
///
/// Assumed that errors can occur either because of an invalid transaction, meaning that other
/// It's assumed that errors can occur either because of an invalid transaction, meaning that other
/// transaction might still result in successful execution, or because of a general EVM
/// misconfiguration.
///
Expand Down

0 comments on commit 115e38d

Please sign in to comment.