Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Jul 15, 2024
1 parent 270c02e commit 4ba0e83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
-- - If @thePeer /= currentPeer@, then make @thePeer@ the current peer and the
-- best according to @peersOrder@, and reset @currentStart@ to now.
--
-- - If @thePeer == currentPeer@, but @inflight(thePeer)@ is empty, the reset
-- - If @thePeer == currentPeer@, but @inflight(thePeer)@ is empty, then reset
-- @currentStart@ to now.
--
-- Terminate this iteration.
Expand All @@ -99,7 +99,7 @@
-- selected.
--
-- - If the current peer is the CSJ dynamo, but it is a dishonest peer serving
-- headers fast but retaining headers, it might be able to drastically leash
-- headers fast but retaining blocks, it might be able to drastically leash
-- us, because its ChainSync client will be stuck behind the forecast horizon
-- (and therefore not subject to ChainSync punishments such as the Limit on
-- Patience). This is why we need to consider starvation of ChainSel and
Expand Down

0 comments on commit 4ba0e83

Please sign in to comment.