Skip to content

Commit fe2acca

Browse files
authored
chore: 7702 error type correction (#8487)
chore: 7702 active error correction Just realized this while going through #8476 (sorry, nits!
1 parent f15aad0 commit fe2acca

File tree

1 file changed

+1
-1
lines changed
  • crates/anvil/src/eth/backend/mem

1 file changed

+1
-1
lines changed

crates/anvil/src/eth/backend/mem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ impl Backend {
617617
if self.is_eip7702() {
618618
return Ok(());
619619
}
620-
Err(BlockchainError::EIP4844TransactionUnsupportedAtHardfork)
620+
Err(BlockchainError::EIP7702TransactionUnsupportedAtHardfork)
621621
}
622622

623623
/// Returns an error if op-stack deposits are not active

0 commit comments

Comments
 (0)