mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: correct the comments (#14339)
This commit is contained in:
@ -4,7 +4,7 @@ use alloy_eips::eip4895::Withdrawal;
|
||||
use alloy_primitives::B256;
|
||||
use alloy_rpc_types_engine::ExecutionPayload;
|
||||
|
||||
/// Either an [`ExecutionPayload`] or a types that implements the [`PayloadAttributes`] trait.
|
||||
/// Either an [`ExecutionPayload`] or a type that implements the [`PayloadAttributes`] trait.
|
||||
///
|
||||
/// This is a helper type to unify pre-validation of version specific fields of the engine API.
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user