Skip to content

Commit

Permalink
remove unused conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwolrg committed Feb 1, 2025
1 parent f45f72b commit a205042
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/reth/node/src/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,6 @@ impl From<StrataBuiltPayload> for StrataExecutionPayloadEnvelopeV2 {
}
}

impl From<StrataBuiltPayload> for ExecutionPayloadEnvelopeV2 {
fn from(value: StrataBuiltPayload) -> Self {
value.inner.into()
}
}

impl From<StrataBuiltPayload> for ExecutionPayloadEnvelopeV3 {
fn from(value: StrataBuiltPayload) -> Self {
value.inner.into()
Expand Down

0 comments on commit a205042

Please sign in to comment.