mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: integrate RpcMiddleware in IPC (#7790)
This commit is contained in:
@@ -49,7 +49,7 @@ pub trait RethRpcConfig {
|
||||
fn http_ws_server_builder(&self) -> ServerBuilder<Identity, Identity>;
|
||||
|
||||
/// Returns the default ipc server builder
|
||||
fn ipc_server_builder(&self) -> IpcServerBuilder;
|
||||
fn ipc_server_builder(&self) -> IpcServerBuilder<Identity, Identity>;
|
||||
|
||||
/// Creates the [RpcServerConfig] from cli args.
|
||||
fn rpc_server_config(&self) -> RpcServerConfig;
|
||||
|
||||
Reference in New Issue
Block a user