Skip to content

Commit

Permalink
Fix comment for event tags
Browse files Browse the repository at this point in the history
  • Loading branch information
annenkov authored and abizjak committed Jul 15, 2023
1 parent ece329d commit 9f85351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/credential-registry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ impl schema::SchemaType for CredentialEvent {
impl Serial for CredentialEvent {
fn serial<W: Write>(&self, out: &mut W) -> Result<(), W::Err> {
match self {
// CIS-4 standard events are numbered from 255 counting down
// CIS-4 standard events are numbered from 249 counting down
CredentialEvent::Register(data) => {
249u8.serial(out)?;
data.serial(out)
Expand Down

0 comments on commit 9f85351

Please sign in to comment.