We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d601e commit 9f7af1aCopy full SHA for 9f7af1a
action/protocol/staking/vote_reviser.go
@@ -173,7 +173,7 @@ func (vr *VoteReviser) NeedRevise(height uint64) bool {
173
vr.shouldCorrectCandSelfStake(height)
174
}
175
176
-// NeedCorrectCands returns true if height needs to correct candidates
+// shouldReviseAlias returns true if height needs to revise candidate aliases
177
func (vr *VoteReviser) shouldReviseAlias(height uint64) bool {
178
return height == vr.cfg.CorrectCandsHeight
179
0 commit comments