From 7c4668fa91a46c464848950a6b3ebd84ab8d0ffb Mon Sep 17 00:00:00 2001 From: Wang Gerui Date: Sat, 8 Mar 2025 12:01:00 +0800 Subject: [PATCH] style: clean comment --- eth/hooks/engine_v2_hooks.go | 1 - 1 file changed, 1 deletion(-) 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 {