mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: relax EngineValidatorAddOn impl (#18052)
This commit is contained in:
@@ -1180,13 +1180,15 @@ pub trait EngineValidatorAddOn<Node: FullNodeComponents>: Send {
|
||||
fn engine_validator_builder(&self) -> Self::ValidatorBuilder;
|
||||
}
|
||||
|
||||
impl<N, EthB, PVB, EB, EVB> EngineValidatorAddOn<N> for RpcAddOns<N, EthB, PVB, EB, EVB>
|
||||
impl<N, EthB, PVB, EB, EVB, RpcMiddleware> EngineValidatorAddOn<N>
|
||||
for RpcAddOns<N, EthB, PVB, EB, EVB, RpcMiddleware>
|
||||
where
|
||||
N: FullNodeComponents,
|
||||
EthB: EthApiBuilder<N>,
|
||||
PVB: Send,
|
||||
EB: EngineApiBuilder<N>,
|
||||
EVB: EngineValidatorBuilder<N>,
|
||||
RpcMiddleware: Send,
|
||||
{
|
||||
type ValidatorBuilder = EVB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user