We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DynamoStarting
1 parent 59fb73f commit 544ebebCopy full SHA for 544ebeb
ouroboros-consensus-diffusion/test/consensus-test/Test/Consensus/PeerSimulator/Trace.hs
@@ -238,7 +238,7 @@ traceSchedulerEventTestBlockWith setTickTime tracer0 tracer = \case
238
traceJumpingState = \case
239
Dynamo initState lastJump ->
240
let showInitState = case initState of
241
- DynamoStarting ji -> terseJumpInfo ji
+ DynamoStarting ji -> "(DynamoStarting " ++ terseJumpInfo ji ++ ")"
242
DynamoStarted -> "DynamoStarted"
243
in unwords ["Dynamo", showInitState, terseWithOrigin show lastJump]
244
Objector initState goodJumpInfo badPoint -> unwords
0 commit comments