Skip to content

Commit

Permalink
verifier: Fix string name for 'SpRot' interface.
Browse files Browse the repository at this point in the history
This is the interface name passed to `humility hiffy --call`.
  • Loading branch information
flihp committed Dec 9, 2023
1 parent 7e549bd commit ffd11f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl fmt::Display for Interface {
fn fmt(&self, f: &mut Formatter) -> fmt::Result {
match self {
Interface::Rot => write!(f, "Attest"),
Interface::Sprot => write!(f, "Sprot"),
Interface::Sprot => write!(f, "SpRot"),
}
}
}
Expand Down

0 comments on commit ffd11f2

Please sign in to comment.