From 489ffa9c2db79c66ff8dd066ed98f01ac003064f Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Tue, 28 May 2024 13:31:30 +0200 Subject: [PATCH] Update private network docs Signed-off-by: Lee Smet --- docs/private_network.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/private_network.md b/docs/private_network.md index 70c6c9e..5f44a54 100644 --- a/docs/private_network.md +++ b/docs/private_network.md @@ -27,9 +27,9 @@ Not all cipher suites supported in TLS1.3 are supported. At present, _at least_ ## Enable private network -If you are running the standard `mycelium` binary, private network functionality -can be enabled by setting both the `network-name` and `network-key-file` flags on -the command line. All nodes who which to join the network must use the same values -for both flags. +In order to use the private network implementation of `mycelium`, a separate `mycelium-private` +binary is available. Private network functionality can be enabled by setting both +the `network-name` and `network-key-file` flags on the command line. All nodes who +wish to join the network must use the same values for both flags. > ⚠️ Network name is public, do not put any confidential data here.