diff --git a/src/serialization.cpp b/src/serialization.cpp index a8231f4..e38601a 100644 --- a/src/serialization.cpp +++ b/src/serialization.cpp @@ -593,8 +593,8 @@ bool fmtseq::pubkey::unserialize (sencode*s) return true; } -#define ENC_MSG_IDENT "CCR-ENCRYPTED-MSG" -#define SIG_MSG_IDENT "CCR-SIGNED-MSG" +#define ENC_MSG_IDENT "CCR-ENCRYPTED-MSG-v2" +#define SIG_MSG_IDENT "CCR-SIGNED-MSG-v2" sencode* encrypted_msg::serialize() {