mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
Fix some typos (#4565)
This commit is contained in:
@@ -1021,7 +1021,7 @@ async fn fill_in_selection_proofs<T: SlotClock + 'static, E: EthSpec>(
|
||||
/// 2. We won't miss a block if the duties for the current slot happen to change with this poll.
|
||||
///
|
||||
/// This sounds great, but is it safe? Firstly, the additional notification will only contain block
|
||||
/// producers that were not included in the first notification. This should be safety enough.
|
||||
/// producers that were not included in the first notification. This should be safe enough.
|
||||
/// However, we also have the slashing protection as a second line of defence. These two factors
|
||||
/// provide an acceptable level of safety.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user