Skip to content

Commit

Permalink
Print GDD in traces instead of GDG
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed May 7, 2024
1 parent 896f182 commit 1af0f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ terseGDDEvent :: TraceGDDEvent PeerId TestBlock -> String
terseGDDEvent = \case
TraceGDDEvent {sgen = GenesisWindow sgen, curChain, bounds, candidates, candidateSuffixes, losingPeers, loeHead} ->
unlines $ [
"GDG | Window: " ++ window sgen loeHead,
"GDD | Window: " ++ window sgen loeHead,
" Selection: " ++ terseHFragment curChain,
" Candidates:"
] ++
Expand Down

0 comments on commit 1af0f07

Please sign in to comment.