mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
chore: remove redundant words in comment (#17753)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user