File tree 2 files changed +4
-5
lines changed
ouroboros-consensus/src/unstable-consensus-testlib/Test
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ data ChainSyncReply p a =
80
80
-- | After the ChainSync client processes the header
81
81
MsgRollForwardDONE ! (WithPayload p a )
82
82
|
83
- -- | As soon as the ChainSync client recieves the header
83
+ -- | As soon as the ChainSync client receives the header
84
84
--
85
85
-- In particular: before it might block on forecasting the ledger view.
86
86
MsgRollForwardSTART ! p
@@ -106,13 +106,11 @@ data CsjReaction p a =
106
106
-- ChainSync client's don't necessarily have to handle all of these (eg
107
107
-- while they're blocked on the ledger view forecast), but should handle
108
108
-- the latest as soon as they're able to.
109
- --
110
- -- If the peer response with 'MsgIntersectFound'
111
109
MsgFindIntersect ! (WithPayload (WithOrigin p ) a )
112
110
|
113
111
-- | used to demote the Dynamo to a Jumper upon 'Starvation'
114
112
--
115
- -- Implies a @drainThePipe@ call and also suppression of an outstanding
113
+ -- Implies a @drainThePipe@ call and also suppression of an imminent
116
114
-- 'MsgRollForwardDONE' if there is one.
117
115
Stop
118
116
deriving (Read , Show )
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
2
2
3
- -- | A simple permutation type catered to uses of 'queue' in "Test.CsjModel"
3
+ -- | A simple permutation type catered to uses of
4
+ -- 'Test.CsjModel.StateTypes.queue' in "Test.CsjModel"
4
5
module Test.CsjModel.Perm (module Test.CsjModel.Perm ) where
5
6
6
7
import qualified Data.Maybe as L (Maybe (Just , Nothing ))
You can’t perform that action at this time.
0 commit comments