Skip to content

Commit

Permalink
Update ouroboros-network/src/Ouroboros/Network/PeerSelection/PeerSele…
Browse files Browse the repository at this point in the history
…ctionActions.hs

Co-authored-by: Marcin Szamotulski <coot@coot.me>
  • Loading branch information
crocodile-dentist and coot authored Feb 20, 2024
1 parent 5cf418c commit b4f086a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data PeerSelectionActionsArgs peeraddr peerconn exception m = PeerSelectionActio
psReadTargets :: STM m PeerSelectionTargets,
-- ^ peer selection governor know, established and active targets
psJudgement :: STM m LedgerStateJudgement,
-- ^ are we there yet?
-- ^ Is consensus close to current slot?
psReadLocalRootPeers :: STM m [(HotValency, WarmValency, Map RelayAccessPoint (PeerAdvertise, PeerTrustable))],
psReadPublicRootPeers :: STM m (Map RelayAccessPoint PeerAdvertise),
psReadUseBootstrapPeers :: STM m UseBootstrapPeers,
Expand Down

0 comments on commit b4f086a

Please sign in to comment.