From d45f118a37f354b76addee067fe3e95b1ebb2728 Mon Sep 17 00:00:00 2001 From: MatheusFranco99 <48058141+MatheusFranco99@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:00:21 +0100 Subject: [PATCH] Apply suggestion --- message/validation/genesis/consensus_validation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message/validation/genesis/consensus_validation.go b/message/validation/genesis/consensus_validation.go index 433f57fd7a..5d96758769 100644 --- a/message/validation/genesis/consensus_validation.go +++ b/message/validation/genesis/consensus_validation.go @@ -206,7 +206,7 @@ func (mv *messageValidator) validateSignerBehaviorConsensus( signerState := state.GetSignerState(signer) // If signer state is nil, this is the first message for the signer and - // the next rules can't be checked. + // it's not necessary to check the next rules. if signerState == nil { return mv.validateJustifications(share, signedMsg) }