From 763930b0241c4ad364ae1e1ea2ac68c90823e6a4 Mon Sep 17 00:00:00 2001 From: Moritz Fuller <32162112+letmejustputthishere@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:58:14 +0100 Subject: [PATCH] Update neuron-management.mdx (#3939) --- .../daos/nns/concepts/neurons/neuron-management.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/daos/nns/concepts/neurons/neuron-management.mdx b/docs/developer-docs/daos/nns/concepts/neurons/neuron-management.mdx index 5bbd35586a..c882ddcc5c 100644 --- a/docs/developer-docs/daos/nns/concepts/neurons/neuron-management.mdx +++ b/docs/developer-docs/daos/nns/concepts/neurons/neuron-management.mdx @@ -61,7 +61,7 @@ meaningless when the neuron is dissolving and has age zero. The canonical value * `visibility : opt int32;`: The visibility defines how much information about this neuron is publicly accessible, i.e., visible to those who are neither the controller nor have hot-key privileges to this neuron. Visibility can be public, private, or undefined. - For public neurons, the full neuron is accessible to everyone, for private neurons only a part of the `NeuronInfo` (see below) is visible, excluding the recent_ballots` + For public neurons, the full neuron is accessible to everyone, for private neurons only a part of the `NeuronInfo` (see below) is visible, excluding the `recent_ballots` and `joined_community_fund_timestamp_seconds`. * `known_neuron_data : opt KnownNeuronData; message KnownNeuronData { string name = 1; optional string description = 2; }`: A neuron can be registered as a **known neuron** via proposal so that it can be followed by others.