Skip to content

Commit df7e419

Browse files
authored
Merge pull request #5134 from IntersectMBO/coot/issue-5132
Fixed issue 5132
2 parents 2b02a32 + 31e613d commit df7e419

File tree

4 files changed

+87
-184
lines changed
  • ouroboros-network-api/src/Cardano/Network/PeerSelection
  • ouroboros-network

4 files changed

+87
-184
lines changed

ouroboros-network-api/src/Cardano/Network/PeerSelection/Bootstrap.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import Cardano.Network.Types (LedgerStateJudgement (..))
1212
import GHC.Generics (Generic)
1313
import Ouroboros.Network.PeerSelection.RelayAccessPoint (RelayAccessPoint)
1414

15+
-- | `UseBootstrapPeers` is read from the topology file. It's value might
16+
-- changed by the user while the node is running.
17+
--
1518
data UseBootstrapPeers = DontUseBootstrapPeers
1619
| UseBootstrapPeers [RelayAccessPoint]
1720
deriving (Eq, Show, Ord, Generic)

ouroboros-network/cardano-diffusion/Cardano/Network/PeerSelection/Governor/Monitor.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ monitorBootstrapPeersFlag
391391
=> Cardano.ExtraPeerSelectionActions m
392392
-> PeerSelectionActions
393393
Cardano.ExtraState
394-
395394
extraFlags
396395
(Cardano.ExtraPeers peeraddr)
397396
extraAPI

0 commit comments

Comments
 (0)