From d1c816660c0583db33d160e2ef3e980bef0d5a85 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 27 May 2024 00:59:23 +0200 Subject: p2p: WIP rpc server implementation for the p2p monitor --- net/src/stream/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/src/stream/mod.rs b/net/src/stream/mod.rs index a9aa1ef..09a8376 100644 --- a/net/src/stream/mod.rs +++ b/net/src/stream/mod.rs @@ -3,7 +3,7 @@ mod buffer; mod websocket; #[cfg(feature = "ws")] -pub use websocket::{WsStream, WriteWsStream, ReadWsStream}; +pub use websocket::{ReadWsStream, WriteWsStream, WsStream}; use std::{ io::ErrorKind, -- cgit v1.2.3