Skip to content

Commit

Permalink
Update neuron-management.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere authored Jan 9, 2025
1 parent f9690bd commit a611f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a611f0e

Please sign in to comment.