style: clean comment

This commit is contained in:
Wang Gerui 2025-03-08 12:01:00 +08:00 committed by Gerui Wang
parent c2ad1b529b
commit 7c4668fa91

View file

@ -366,7 +366,6 @@ func GetSigningTxCount(c *XDPoS.XDPoS, chain consensus.ChainReader, header *type
filterMap[addr] = struct{}{}
}
// find top candidates
// maxMNP := currentConfig.MaxMasternodes + currentConfig.MaxProtectorNodes
protector := []common.Address{}
observer := []common.Address{}
for _, node := range ms {