Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Dec 20, 2024
1 parent ff2de6b commit 23a9557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/utils/neuron.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export const getStateInfo = (neuronState: NeuronState): StateInfo =>
// TODO(mstr): Rename to neuronPotentialVotingPower
/**
* Calculation of the voting power of a neuron.
* ! Ignores the neurons activity state (votingPowerRefreshedTimestampSeconds)
*
* Note: this calculation ignores the neuron’s activity state (votingPowerRefreshedTimestampSeconds).
*
* If neuron's dissolve delay is less than 6 months, the voting power is 0.
*
Expand Down

0 comments on commit 23a9557

Please sign in to comment.