Skip to content

Commit

Permalink
Drop comment due to redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusFranco99 committed Jul 24, 2024
1 parent f79d801 commit effcbbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions message/validation/genesis/consensus_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ func (mv *messageValidator) validateConsensusMessage(
return consensusDescriptor, msgSlot, e
}

// MSGVALIDATIONREVIEW: it seems that we are missing the "invalid identifier" check. I.e., the SSVMessage.Identifier should be equal to the qbftMessage.Identifier

if err := mv.validateSignatureFormat(signedMsg.Signature); err != nil {
return consensusDescriptor, msgSlot, err
}
Expand Down

0 comments on commit effcbbb

Please sign in to comment.