mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 15:58:27 -05:00
fix: remove Send + Sync bounds from Provider associated type
This commit is contained in:
@@ -1182,7 +1182,7 @@ pub trait EngineValidator<
|
||||
>: Send + Sync + 'static
|
||||
{
|
||||
/// The provider type used for state lookups.
|
||||
type Provider: Send + Sync;
|
||||
type Provider;
|
||||
|
||||
/// Validates the payload attributes with respect to the header.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user