diff --git a/crates/node-api/src/engine/traits.rs b/crates/node-api/src/engine/traits.rs index 63ec0dbcca..bdcc82e584 100644 --- a/crates/node-api/src/engine/traits.rs +++ b/crates/node-api/src/engine/traits.rs @@ -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; }