mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 23:58:46 -05:00
docs: update comment for is_eip7702() method (#16852)
This commit is contained in:
@@ -653,7 +653,7 @@ impl MockTransaction {
|
||||
matches!(self, Self::Eip2930 { .. })
|
||||
}
|
||||
|
||||
/// Checks if the transaction is of the EIP-2930 type.
|
||||
/// Checks if the transaction is of the EIP-7702 type.
|
||||
pub const fn is_eip7702(&self) -> bool {
|
||||
matches!(self, Self::Eip7702 { .. })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user