mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
docs: fix typo (#6733)
This commit is contained in:
@@ -27,7 +27,7 @@ pub trait BuiltPayload: Send + Sync + std::fmt::Debug {
|
||||
/// Converts the type into the response expected by `engine_getPayloadV2`
|
||||
fn into_v2_payload(self) -> ExecutionPayloadEnvelopeV2;
|
||||
|
||||
/// Converts the type into the response expected by `engine_getPayloadV2`
|
||||
/// Converts the type into the response expected by `engine_getPayloadV3`
|
||||
fn into_v3_payload(self) -> ExecutionPayloadEnvelopeV3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user