From bb17a03ffc1136194587831146d170c68b570cda Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Fri, 5 Jan 2024 16:08:36 +0100 Subject: [PATCH] You need to have both IN and OUT connections. --- docs/node/initial.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/node/initial.mdx b/docs/node/initial.mdx index c69d0690d..8d640e48b 100644 --- a/docs/node/initial.mdx +++ b/docs/node/initial.mdx @@ -271,3 +271,4 @@ is present in the initial staker lists, available in `massa/massa-node/base_conf In order for your node to be running properly, you have to make sure you are connected to other peers on the network. The `get_status` command will show you which nodes you are connected too. +You need to have both IN and OUT connections.