chore: remove redundant words in comment (#17753)

This commit is contained in:
viktorking7
2025-08-11 18:41:38 +02:00
committed by GitHub
parent 0b1c94a150
commit 3ba2370a57
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ impl SubPoolLimit {
Self { max_txs, max_size }
}
/// Creates a an unlimited [`SubPoolLimit`]
/// Creates an unlimited [`SubPoolLimit`]
pub const fn max() -> Self {
Self::new(usize::MAX, usize::MAX)
}

View File

@@ -396,7 +396,7 @@ pub fn should_skip(path: &Path) -> bool {
| "typeTwoBerlin.json"
// Test checks if nonce overflows. We are handling this correctly but we are not parsing
// exception in testsuite There are more nonce overflow tests that are in internal
// exception in testsuite There are more nonce overflow tests that are internal
// call/create, and those tests are passing and are enabled.
| "CreateTransactionHighNonce.json"