Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshmuelov committed Aug 28, 2024
1 parent bf5c835 commit 1f59177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registry/storage/validatorstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ func (c *validatorStore) handleSharesUpdated(shares ...*types.SSVShare) {
c.byValidatorIndex[share.BeaconMetadata.Index] = share
}

// Update byCommitteeID
committee := c.byCommitteeID[share.CommitteeID()]
if committee != nil {
for i, validator := range committee.Validators {
Expand Down

0 comments on commit 1f59177

Please sign in to comment.