We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3233a4b commit 1edca2fCopy full SHA for 1edca2f
1 file changed
cardano-node/src/Cardano/Node/Configuration/TopologyP2P.hs
@@ -101,11 +101,11 @@ readTopologyFile
101
102
-- make all relative paths in the topology file relative to the topology file location
103
adjustFilePaths (takeDirectory topologyFilePath </>) <$>
104
- if isGenesisCompatible ncConsensusMode ntUseBootstrapPeers
+ if isGenesisCompatible ncConsensusMode extraConfig
105
then pure topology
106
else do
107
liftIO $ CT.traceWith tracer $ NetworkConfigUpdateWarning genesisIncompatible
108
- pure $ topology{ntUseBootstrapPeers = DontUseBootstrapPeers}
+ pure $ topology{extraConfig = DontUseBootstrapPeers}
109
where
110
createMsg msg =
111
"Cardano.Node.Configuration.Topology.readTopologyFile: " <> msg
0 commit comments