mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
fix(rpc): export Client traits instead of Server in clients module (#23058)
This commit is contained in:
@@ -81,7 +81,7 @@ pub mod clients {
|
||||
otterscan::OtterscanClient,
|
||||
reth::RethApiClient,
|
||||
reth_engine::RethEngineApiClient,
|
||||
rpc::RpcApiServer,
|
||||
rpc::RpcApiClient,
|
||||
testing::TestingApiClient,
|
||||
trace::TraceApiClient,
|
||||
txpool::TxPoolApiClient,
|
||||
@@ -90,6 +90,6 @@ pub mod clients {
|
||||
};
|
||||
pub use reth_rpc_eth_api::{
|
||||
EthApiClient, EthBundleApiClient, EthCallBundleApiClient, EthFilterApiClient,
|
||||
L2EthApiExtServer,
|
||||
L2EthApiExtClient,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user