We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f447d commit b5536e4Copy full SHA for b5536e4
crates/rpc/rpc-types-compat/src/engine/payload.rs
@@ -114,7 +114,7 @@ pub fn convert_block_to_payload_input_v2(value: SealedBlock) -> ExecutionPayload
114
}
115
116
117
-/// Converts [`Block`] to [`ExecutionPayloadBodyV1`]
+/// Converts a [`reth_primitives_traits::Block`] to [`ExecutionPayloadBodyV1`]
118
pub fn convert_to_payload_body_v1(
119
value: impl reth_primitives_traits::Block,
120
) -> ExecutionPayloadBodyV1 {
0 commit comments