diff --git a/cmpv2/src/status.rs b/cmpv2/src/status.rs index 2904bf3ee..64bf11456 100644 --- a/cmpv2/src/status.rs +++ b/cmpv2/src/status.rs @@ -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,