mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: fix typos (#7049)
This commit is contained in:
@@ -45,7 +45,7 @@ pub trait PayloadBuilderAttributes: Send + Sync + std::fmt::Debug {
|
||||
/// Returns the parent block hash for the running payload job.
|
||||
fn parent(&self) -> B256;
|
||||
|
||||
/// Returns the timestmap for the running payload job.
|
||||
/// Returns the timestamp for the running payload job.
|
||||
fn timestamp(&self) -> u64;
|
||||
|
||||
/// Returns the parent beacon block root for the running payload job, if it exists.
|
||||
|
||||
Reference in New Issue
Block a user