From 57b2db28ed917591776c65050dac3bf55ae51ad7 Mon Sep 17 00:00:00 2001 From: billcarsoon Date: Tue, 19 Aug 2025 21:27:45 +0800 Subject: [PATCH] chore: fix struct field name in comment Signed-off-by: billcarsoon --- blockchain/genesis/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/genesis/genesis.go b/blockchain/genesis/genesis.go index 620b8f64e5..6ada4c5bbe 100644 --- a/blockchain/genesis/genesis.go +++ b/blockchain/genesis/genesis.go @@ -470,7 +470,7 @@ type ( FoundationBonusP2EndEpoch uint64 `yaml:"foundationBonusP2EndEpoch"` // ProductivityThreshold is the percentage number that a delegate's productivity needs to reach not to get probation ProductivityThreshold uint64 `yaml:"productivityThreshold"` - // WakeBlockReward is the block reward amount starts from wake height in decimal string format + // WakeBlockRewardStr is the block reward amount starts from wake height in decimal string format WakeBlockRewardStr string `yaml:"wakeBlockRewardStr"` } // Staking contains the configs for staking protocol