Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 22, 2024
1 parent 25d10af commit e0a8149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/attestation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub mod pallet {
Error::<T>::IncorrectInputData
);

// Check measurements match current release of entropy-tss
// Check build-time measurement matches a current-supported release of entropy-tss
ensure!(ACCEPTED_MRTD_VALUES.contains(&quote.mrtd()), Error::<T>::BadMrtdValue);

// TODO #982 Check that the attestation public key matches that from PCK certificate
Expand Down

0 comments on commit e0a8149

Please sign in to comment.