We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6854d commit 6636d2aCopy full SHA for 6636d2a
crates/consensus/common/src/validation.rs
@@ -327,7 +327,7 @@ pub fn validate_against_parent_eip1559_base_fee<ChainSpec: EthChainSpec + Ethere
327
Ok(())
328
}
329
330
-/// Validates the timestamp against the parent to make sure it is in the past.
+/// Validates that the block timestamp is greater than the parent block timestamp.
331
#[inline]
332
pub fn validate_against_parent_timestamp<H: BlockHeader>(
333
header: &H,
0 commit comments