mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: elide lifetime in PayloadOrAtt impl (#15095)
This commit is contained in:
@@ -166,7 +166,7 @@ impl ExecutionPayload for op_alloy_rpc_types_engine::OpExecutionData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Special implementation for Ethereum types that provides additional helper methods
|
/// Special implementation for Ethereum types that provides additional helper methods
|
||||||
impl<'a, Attributes> PayloadOrAttributes<'a, ExecutionData, Attributes>
|
impl<Attributes> PayloadOrAttributes<'_, ExecutionData, Attributes>
|
||||||
where
|
where
|
||||||
Attributes: PayloadAttributes,
|
Attributes: PayloadAttributes,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user