Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Dec 1, 2023
1 parent 74b8a5e commit be236df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheme/cca-realm/corim_extractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (o CorimExtractor) RefValExtractor(

attrs, err := makeRefValAttrs(&classAttrs, algID, measurementValue)
if err != nil {
return nil, fmt.Errorf("measurement[%d].digest[%d]: %w", i, j, err)
return nil, fmt.Errorf("measurement[%d].digest: %w", i, err)
}

rv := &handler.Endorsement{
Expand Down

0 comments on commit be236df

Please sign in to comment.