Skip to content

Commit

Permalink
Hashes revocation review: SIGNED_BY_ROLE should be Revocation
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeev committed May 22, 2024
1 parent 5dd5500 commit 2811704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/criticaltrust/src/manifests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub struct RevocationInfo {
}

impl Signable for RevocationInfo {
const SIGNED_BY_ROLE: KeyRole = KeyRole::Root;
const SIGNED_BY_ROLE: KeyRole = KeyRole::Revocation;
}

// Keys
Expand Down

0 comments on commit 2811704

Please sign in to comment.