mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: make clippy happy (#13561)
This commit is contained in:
@@ -75,10 +75,7 @@ impl AuthServerConfig {
|
||||
.clone()
|
||||
.unwrap_or_else(|| constants::DEFAULT_ENGINE_API_IPC_ENDPOINT.to_string());
|
||||
let ipc_server = ipc_server_config.build(ipc_endpoint_str);
|
||||
let res = ipc_server
|
||||
.start(module.inner)
|
||||
.await
|
||||
.map_err(reth_ipc::server::IpcServerStartError::from)?;
|
||||
let res = ipc_server.start(module.inner).await?;
|
||||
ipc_handle = Some(res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user