mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-16 01:46:50 -05: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
|
||||
impl<'a, Attributes> PayloadOrAttributes<'a, ExecutionData, Attributes>
|
||||
impl<Attributes> PayloadOrAttributes<'_, ExecutionData, Attributes>
|
||||
where
|
||||
Attributes: PayloadAttributes,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user