From d7761fa89469184b246b10890ee479d507c85389 Mon Sep 17 00:00:00 2001 From: Maxim Shishmarev Date: Tue, 10 Sep 2019 09:59:48 +1000 Subject: [PATCH] Bump min SS version to 1.0.6 (#826) --- src/cryptonote_core/service_node_rules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_core/service_node_rules.h b/src/cryptonote_core/service_node_rules.h index 27f883f66..202f466bd 100644 --- a/src/cryptonote_core/service_node_rules.h +++ b/src/cryptonote_core/service_node_rules.h @@ -97,7 +97,7 @@ namespace service_nodes { // blocks out of sync and sending something that it thinks is legit. constexpr uint64_t VOTE_OR_TX_VERIFY_HEIGHT_BUFFER = 5; - constexpr std::array MIN_STORAGE_SERVER_VERSION = {1, 0, 5}; + constexpr std::array MIN_STORAGE_SERVER_VERSION = {1, 0, 6}; using swarm_id_t = uint64_t; constexpr swarm_id_t UNASSIGNED_SWARM_ID = UINT64_MAX;