diff --git a/core/src/rpc_subscriptions.rs b/core/src/rpc_subscriptions.rs index 04e91312b..3432542b8 100644 --- a/core/src/rpc_subscriptions.rs +++ b/core/src/rpc_subscriptions.rs @@ -246,15 +246,6 @@ pub struct RpcSubscriptions { exit: Arc, } -// impl Default for RpcSubscriptions { -// fn default() -> Self { -// Self::new( -// &Arc::new(AtomicBool::new(false)), -// Arc::new(RwLock::new(BlockCommitmentCache::default())), -// ) -// } -// } - impl Drop for RpcSubscriptions { fn drop(&mut self) { self.shutdown().unwrap_or_else(|err| {