mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
Fix some typos (#4565)
This commit is contained in:
@@ -524,7 +524,7 @@ impl<T: EthSpec> ProductionValidatorClient<T> {
|
||||
|
||||
pub fn start_service(&mut self) -> Result<(), String> {
|
||||
// We use `SLOTS_PER_EPOCH` as the capacity of the block notification channel, because
|
||||
// we don't except notifications to be delayed by more than a single slot, let alone a
|
||||
// we don't expect notifications to be delayed by more than a single slot, let alone a
|
||||
// whole epoch!
|
||||
let channel_capacity = T::slots_per_epoch() as usize;
|
||||
let (block_service_tx, block_service_rx) = mpsc::channel(channel_capacity);
|
||||
|
||||
Reference in New Issue
Block a user