docs: multiple small textual defects (#18434)

Co-authored-by: YK <chiayongkang@hotmail.com>
This commit is contained in:
crStiv
2025-09-14 14:08:43 +02:00
committed by GitHub
parent 96f8454d42
commit 1b08843bc5
8 changed files with 11 additions and 11 deletions

View File

@@ -136,7 +136,7 @@ impl BlockchainTestCase {
// Since it is unexpected, we treat it as a test failure.
//
// One reason for this happening is when one forgets to wrap the error from `run_case`
// so that it produces a `Error::BlockProcessingFailed`
// so that it produces an `Error::BlockProcessingFailed`
Err(other) => Err(other),
}
}
@@ -327,7 +327,7 @@ fn run_case(case: &BlockchainTest) -> Result<(), Error> {
}
}
None => {
// Some test may not have post-state (e.g., state-heavy benchmark tests).
// Some tests may not have post-state (e.g., state-heavy benchmark tests).
// In this case, we can skip the post-state validation.
}
}
@@ -408,7 +408,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 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"