Skip to content

Commit

Permalink
Fix printing of candidate tips in traces
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Apr 29, 2024
1 parent 3d06ae9 commit a883353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ terseGDDEvent = \case
" Selection: " ++ terseHFragment curChain,
" Candidates:"
] ++
showPeers (either (const "G") terseHeader . AF.head <$> candidates) ++
showPeers (tersePoint . castPoint . AF.headPoint <$> candidates) ++
[
" Candidate suffixes (bounds):"
] ++
Expand Down

0 comments on commit a883353

Please sign in to comment.