Inline convert_to_payload_body_v1 in engine api #14149
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we can now get rid of this entirely:
reth/crates/rpc/rpc-types-compat/src/engine/payload.rs
Lines 9 to 17 in 209b448
if we inline the function body where we use the fn:
reth/crates/rpc/rpc-engine-api/src/engine_api.rs
Line 554 in 209b448
and
reth/crates/rpc/rpc-engine-api/src/engine_api.rs
Line 600 in 209b448
TODO
FYI @temaniarpit27
Additional context
No response
The text was updated successfully, but these errors were encountered: