mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
style: clean comment
This commit is contained in:
parent
c2ad1b529b
commit
7c4668fa91
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue