Skip to content

Commit

Permalink
remove slot/round check
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jul 25, 2024
1 parent 454a5c5 commit b1ed12e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocol/v2/ssv/validator/msgqueue_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ func (v *Validator) ConsumeQueue(logger *zap.Logger, msgID spectypes.MessageID,
return true
}

if qbftMsg.Height != state.Height || qbftMsg.Round != state.Round {
return true
}
return qbftMsg.MsgType != specqbft.PrepareMsgType && qbftMsg.MsgType != specqbft.CommitMsgType
}
}
Expand Down

0 comments on commit b1ed12e

Please sign in to comment.