native: fix prefixGASPerBlock doc comment

This commit is contained in:
Evgeniy Stratonikov 2021-03-05 13:51:11 +03:00
parent 3278d23852
commit d9e62de454

View file

@ -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.