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 Mar 8, 2023
1 parent f08547f commit 490fd94
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
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,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 490fd94

Please sign in to comment.