Skip to content

Commit

Permalink
Adjust TODO issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Nov 22, 2024
1 parent fbaadbf commit 2c1421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va/va.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func NewValidationAuthorityImpl(

for i, va1 := range remoteVAs {
for j, va2 := range remoteVAs {
// TODO(#7615): Remove the != "" check once perspective is required.
// TODO(#7819): Remove the != "" check once perspective is required.
if i != j && va1.Perspective == va2.Perspective && va1.Perspective != "" {
return nil, fmt.Errorf("duplicate remote VA perspective %q", va1.Perspective)
}
Expand Down

0 comments on commit 2c1421f

Please sign in to comment.