diff --git a/eth/hooks/engine_v2_hooks.go b/eth/hooks/engine_v2_hooks.go index 17f71fd176..0cf11149cb 100644 --- a/eth/hooks/engine_v2_hooks.go +++ b/eth/hooks/engine_v2_hooks.go @@ -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 {