diff --git a/ethers-providers/src/rpc/transports/ws/mod.rs b/ethers-providers/src/rpc/transports/ws/mod.rs index d601047ce7..e9ea268e18 100644 --- a/ethers-providers/src/rpc/transports/ws/mod.rs +++ b/ethers-providers/src/rpc/transports/ws/mod.rs @@ -25,7 +25,9 @@ use crate::Authorization; #[derive(Debug, Clone)] pub struct WsClient { + // instructions: mpsc::UnboundedSender, + // Used to receive sub notifications channels with the backend channel_map: SharedChannelMap, }