Skip to content

Commit

Permalink
Merge branch 'alan/no-fork-add-consume-queue-exit' of github.com:ssvl…
Browse files Browse the repository at this point in the history
…abs/ssv into alan/no-fork-add-consume-queue-exit
  • Loading branch information
AKorpusenko committed Jul 29, 2024
2 parents 86b9fde + 810cfe0 commit e1e62db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/v2/ssv/validator/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (c *Committee) handleEventMessage(logger *zap.Logger, msg *queue.SSVMessage
c.mtx.Unlock()

if !rExists || !qExists {
logger.Error("no committee runner found for slot", fields.Slot(slot), fields.MessageID(msg.MsgID))
logger.Error("no committee runner or queue found for slot", fields.Slot(slot), fields.MessageID(msg.MsgID))
return nil
}

Expand Down

0 comments on commit e1e62db

Please sign in to comment.