mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 16:48:13 -05:00
fix(txpool): correct the EIP2930 Error logger in TxValidator (#5792)
This commit is contained in:
@@ -171,7 +171,7 @@ where
|
||||
if !self.eip2718 {
|
||||
return TransactionValidationOutcome::Invalid(
|
||||
transaction,
|
||||
InvalidTransactionError::Eip1559Disabled.into(),
|
||||
InvalidTransactionError::Eip2930Disabled.into(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user