mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add empty_line_after_doc_comments and remove option_if_let_else (#8539)
This commit is contained in:
@ -48,8 +48,8 @@ mod ipc;
|
||||
mod rpc_service;
|
||||
|
||||
/// Ipc Server implementation
|
||||
|
||||
// This is an adapted `jsonrpsee` Server, but for `Ipc` connections.
|
||||
///
|
||||
/// This is an adapted `jsonrpsee` Server, but for `Ipc` connections.
|
||||
pub struct IpcServer<HttpMiddleware = Identity, RpcMiddleware = Identity> {
|
||||
/// The endpoint we listen for incoming transactions
|
||||
endpoint: String,
|
||||
|
||||
Reference in New Issue
Block a user