mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-23 03:41:34 +00:00
native: fix typo in the variable documentation
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
9a38360824
commit
4a9003f551
1 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,9 @@ const (
|
||||||
effectiveVoterTurnout = 5
|
effectiveVoterTurnout = 5
|
||||||
// neoHolderRewardRatio is a percent of generated GAS that is distributed to NEO holders.
|
// neoHolderRewardRatio is a percent of generated GAS that is distributed to NEO holders.
|
||||||
neoHolderRewardRatio = 10
|
neoHolderRewardRatio = 10
|
||||||
// neoHolderRewardRatio is a percent of generated GAS that is distributed to committee.
|
// committeeRewardRatio is a percent of generated GAS that is distributed to committee.
|
||||||
committeeRewardRatio = 10
|
committeeRewardRatio = 10
|
||||||
// neoHolderRewardRatio is a percent of generated GAS that is distributed to voters.
|
// voterRewardRatio is a percent of generated GAS that is distributed to voters.
|
||||||
voterRewardRatio = 80
|
voterRewardRatio = 80
|
||||||
|
|
||||||
// maxGetCandidatesRespLen is the maximum number of candidates to return from the
|
// maxGetCandidatesRespLen is the maximum number of candidates to return from the
|
||||||
|
|
Loading…
Reference in a new issue