Skip to content

Commit

Permalink
fix typos in status values (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-wallace authored Jun 7, 2023
1 parent dbcd654 commit b7a7ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmpv2/src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ flags! {
BadRecipientNonce = 13,
TimeNotAvailable = 14,
UnacceptedPolicy = 15,
UnacceptedExtension = 15,
AddInfoNotAvailable = 16,
BadSenderNonce = 17,
UnacceptedExtension = 16,
AddInfoNotAvailable = 17,
BadSenderNonce = 18,
BadCertTemplate = 19,
SignerNotTrusted = 20,
TransactionIdInUse = 21,
Expand Down

0 comments on commit b7a7ac1

Please sign in to comment.