Skip to content

Commit

Permalink
Update crates/edr_provider/src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Wodann <[email protected]>
  • Loading branch information
agostbiro and Wodann authored Nov 14, 2023
1 parent aecc564 commit 5eb25c9
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 @@ -31,7 +31,7 @@ pub enum ProviderError {
/// Invalid initial date
#[error("The initial date configuration value {0:?} is in the future")]
InvalidInitialDate(SystemTime),
/// Invalid initial date
/// Invalid transaction index
#[error("Transaction index '{0}' is too large")]
InvalidTransactionIndex(U256),
/// Invalid transaction request
Expand Down

0 comments on commit 5eb25c9

Please sign in to comment.