chore: require enginetypes 'static (#9645)

This commit is contained in:
Matthias Seitz
2024-07-19 15:44:44 +02:00
committed by GitHub
parent ccb16dc071
commit f8812e2aa5
10 changed files with 16 additions and 15 deletions

View File

@@ -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,