Skip to content

Commit b5536e4

Browse files
committed
docs
1 parent 70f447d commit b5536e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rpc/rpc-types-compat/src/engine/payload.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub fn convert_block_to_payload_input_v2(value: SealedBlock) -> ExecutionPayload
114114
}
115115
}
116116

117-
/// Converts [`Block`] to [`ExecutionPayloadBodyV1`]
117+
/// Converts a [`reth_primitives_traits::Block`] to [`ExecutionPayloadBodyV1`]
118118
pub fn convert_to_payload_body_v1(
119119
value: impl reth_primitives_traits::Block,
120120
) -> ExecutionPayloadBodyV1 {

0 commit comments

Comments
 (0)