Skip to content

Commit

Permalink
undo fqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 28, 2024
1 parent 90af22e commit 026eaac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions crates/rpc/rpc-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1176,11 +1176,9 @@ where
module.merge(eth_filter.clone().into_rpc()).expect("No conflicts");
module.merge(eth_pubsub.clone().into_rpc()).expect("No conflicts");
module
.merge(reth_rpc_api::EthCallBundleApiServer::into_rpc(
EthBundle::new(
eth_api.clone(),
self.blocking_pool_guard.clone(),
),
.merge(EthBundle::new(
eth_api.clone(),
self.blocking_pool_guard.clone(),
))
.expect("No conflicts");

Expand Down

0 comments on commit 026eaac

Please sign in to comment.