From 50df493b8d2e80bb241d52c809196821ac7fb040 Mon Sep 17 00:00:00 2001 From: Roy Keene Date: Thu, 6 Sep 2018 14:03:16 -0500 Subject: [PATCH] Bump protocol version to Protocol V15 --- rai/secure/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/secure/common.hpp b/rai/secure/common.hpp index 30c39f1c..5fcd41dc 100644 --- a/rai/secure/common.hpp +++ b/rai/secure/common.hpp @@ -25,7 +25,7 @@ struct hash } namespace rai { -const uint8_t protocol_version = 0x0d; +const uint8_t protocol_version = 0x0f; const uint8_t protocol_version_min = 0x07; const uint8_t node_id_version = 0x0c;