File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,12 @@ readTopologyFile nc tr = do
250
250
]
251
251
genesisIncompatible
252
252
= Text. pack $ " Cardano.Node.Configuration.Topology.readTopologyFile: "
253
- <> " Bootstrap peers are not used in Genesis consensus mode."
253
+ <> " Bootstrap peers (field 'bootstrapPeers') are not compatible "
254
+ <> " with Genesis syncing mode, reverting to 'DontUseBootstrapPeers'. "
255
+ <> " Big ledger peers will be leveraged for decentralized syncing - it "
256
+ <> " is recommened to provide an up-to-date big ledger peer snapshot file "
257
+ <> " (field 'peerSnapshotFile' in topology configuration) to facilitate "
258
+ <> " this process."
254
259
handlerBootstrap :: Text
255
260
handlerBootstrap = mconcat
256
261
[ " You seem to have not configured any trustable peers. "
Original file line number Diff line number Diff line change @@ -465,7 +465,6 @@ instance HasSeverityAnnotation (TracePeerSelection addr) where
465
465
TraceGovernorWakeup {} -> Info
466
466
TraceChurnWait {} -> Info
467
467
TraceChurnMode {} -> Info
468
- -- TraceVerifyPeerSnapshot {} -> Info
469
468
470
469
TraceForgetBigLedgerPeers {} -> Info
471
470
You can’t perform that action at this time.
0 commit comments