docs: update comment for is_eip7702() method (#16852)

This commit is contained in:
Bilog WEB3
2025-06-17 14:50:04 +02:00
committed by GitHub
parent 41c93a1134
commit a38428eb05

View File

@@ -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 { .. })
}