Skip to content

Commit 1ee320a

Browse files
fix: correct typos in error message (#11271)
1 parent ff732fc commit 1ee320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/anvil/src/eth/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub enum BlockchainError {
4242
FailedToDecodeReceipt,
4343
#[error("Failed to decode state")]
4444
FailedToDecodeStateDump,
45-
#[error("Prevrandao not in th EVM's environment after merge")]
45+
#[error("Prevrandao not in the EVM's environment after merge")]
4646
PrevrandaoNotSet,
4747
#[error(transparent)]
4848
SignatureError(#[from] SignatureError),

0 commit comments

Comments
 (0)