From b7a7ac10a921080d272c8af5b7ec1ad3c0ad6ed6 Mon Sep 17 00:00:00 2001 From: Carl Wallace Date: Wed, 7 Jun 2023 12:38:55 -0400 Subject: [PATCH] fix typos in status values (#1100) --- cmpv2/src/status.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,