From d7192caad0c25b3c808bc7a39be5a705c6a53552 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 30 Sep 2013 12:06:19 +0200 Subject: [PATCH] serialization: bump message version strings --- src/serialization.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {