From d9e62de4548b9ff4be5f8f4955cb73c6bc62f283 Mon Sep 17 00:00:00 2001 From: Evgeniy Stratonikov Date: Fri, 5 Mar 2021 13:51:11 +0300 Subject: [PATCH] native: fix `prefixGASPerBlock` doc comment --- pkg/core/native/native_neo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/core/native/native_neo.go b/pkg/core/native/native_neo.go index c5eddff5c..54ef0871f 100644 --- a/pkg/core/native/native_neo.go +++ b/pkg/core/native/native_neo.go @@ -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.