forked from TrueCloudLab/neoneo-go
native: fix prefixGASPerBlock
doc comment
This commit is contained in:
parent
3278d23852
commit
d9e62de454
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const (
|
|||
// voterRewardFactor is a factor by which voter reward per committee is multiplied
|
||||
// to make calculations more precise.
|
||||
voterRewardFactor = 100_000_000
|
||||
// prefixGasPerBlock is a prefix for storing amount of GAS generated per block.
|
||||
// prefixGASPerBlock is a prefix for storing amount of GAS generated per block.
|
||||
prefixGASPerBlock = 29
|
||||
// effectiveVoterTurnout represents minimal ratio of total supply to total amount voted value
|
||||
// which is require to use non-standby validators.
|
||||
|
|
Loading…
Reference in a new issue