mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: require enginetypes 'static (#9645)
This commit is contained in:
@@ -23,7 +23,7 @@ pub struct EngineApiTestContext<E> {
|
||||
pub _marker: PhantomData<E>,
|
||||
}
|
||||
|
||||
impl<E: EngineTypes + 'static> EngineApiTestContext<E> {
|
||||
impl<E: EngineTypes> EngineApiTestContext<E> {
|
||||
/// Retrieves a v3 payload from the engine api
|
||||
pub async fn get_payload_v3(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user