Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blockchain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down