aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-05-27 00:59:23 +0200
committerhozan23 <hozan23@karyontech.net>2024-05-27 00:59:23 +0200
commitd1c816660c0583db33d160e2ef3e980bef0d5a85 (patch)
tree9eb06e6dbfbe34c6c2f85eee8d2e337b155be103 /net
parent385d53ec53e750e342cce78edb793958edf5133e (diff)
p2p: WIP rpc server implementation for the p2p monitor
Diffstat (limited to 'net')
-rw-r--r--net/src/stream/mod.rs2
1 files changed, 1 insertions, 1 deletions
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,