Skip to content

Commit

Permalink
Modify P2PWarning message
Browse files Browse the repository at this point in the history
P2P is now an early release: we encourage to enable it on at most one of
the relays (if one has more than one relay).  We don't advise yet to use
it on BP nodes.
  • Loading branch information
coot committed Nov 21, 2022
1 parent 363c397 commit a7b93ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs
Expand Up @@ -357,8 +357,8 @@ ppStartupInfoTrace (BICommon BasicInfoCommon {..}) =

p2pWarningMessage :: Text
p2pWarningMessage =
"unsupported and unverified version of "
<> "`cardano-node` with peer-to-peer networking capabilities"
"You are using an early release of peer-to-peer capabilities, "
<> "please report any issues."

p2pNetworkConfigLegacyMessage :: Text
p2pNetworkConfigLegacyMessage =
Expand Down

0 comments on commit a7b93ec

Please sign in to comment.