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 authored and newhoggy committed Mar 26, 2023
1 parent f6bc4f2 commit e15044b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs
Expand Up @@ -500,8 +500,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
1 change: 1 addition & 0 deletions cardano-node/src/Cardano/Tracing/Startup.hs
@@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE UndecidableInstances #-}

Expand Down

0 comments on commit e15044b

Please sign in to comment.