chore: rm OpPrimitives bound (#16450)

This commit is contained in:
Matthias Seitz
2025-05-23 21:10:41 +02:00
committed by GitHub
parent 034b3b8c57
commit 26f84bfcea

View File

@@ -18,7 +18,6 @@ use reth_evm::ConfigureEvm;
use reth_network_api::NetworkInfo;
use reth_node_api::{FullNodeComponents, NodePrimitives};
use reth_node_builder::rpc::{EthApiBuilder, EthApiCtx};
use reth_optimism_primitives::OpPrimitives;
use reth_rpc::eth::{core::EthApiInner, DevSigner};
use reth_rpc_eth_api::{
helpers::{
@@ -81,11 +80,7 @@ impl<N: OpNodeCore, NetworkT> OpEthApi<N, NetworkT> {
impl<N, NetworkT> OpEthApi<N, NetworkT>
where
N: OpNodeCore<
Provider: BlockReaderIdExt
+ ChainSpecProvider
+ CanonStateSubscriptions<Primitives = OpPrimitives>
+ Clone
+ 'static,
Provider: BlockReaderIdExt + ChainSpecProvider + CanonStateSubscriptions + Clone + 'static,
>,
{
/// Returns a reference to the [`EthApiNodeBackend`].