Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Oct 23, 2024
1 parent a2c7773 commit 95c42a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vms/platformvm/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,8 @@ func (s *state) initValidatorSets() error {
}

for nodeID, subnetValidator := range subnetValidators {
// The subnet validator's Public Key is inherited from the
// corresponding primary network validator.
primaryValidator, ok := primaryNetworkValidators[nodeID]
if !ok {
return fmt.Errorf("%w: %s", errMissingPrimaryNetworkValidator, nodeID)
Expand Down

0 comments on commit 95c42a1

Please sign in to comment.