Fix comments from Michael

This commit is contained in:
Paul Hauner
2019-09-26 10:46:56 +10:00
parent 4ba6e916d5
commit b4806d27eb
4 changed files with 18 additions and 29 deletions

View File

@@ -68,10 +68,6 @@ where
pub websocket_exit_signal: Option<Signal>,
/// The clients logger.
log: slog::Logger,
/*
/// Marker to pin the beacon chain generics.
phantom: PhantomData<BeaconChainTypes>,
*/
}
impl<S, E> Client<S, E>