Bump min SS version to 1.0.6 (#826)

This commit is contained in:
Maxim Shishmarev 2019-09-10 09:59:48 +10:00 committed by Doyle
parent b91e690a62
commit d7761fa894

View file

@ -97,7 +97,7 @@ namespace service_nodes {
// blocks out of sync and sending something that it thinks is legit. // blocks out of sync and sending something that it thinks is legit.
constexpr uint64_t VOTE_OR_TX_VERIFY_HEIGHT_BUFFER = 5; constexpr uint64_t VOTE_OR_TX_VERIFY_HEIGHT_BUFFER = 5;
constexpr std::array<int, 3> MIN_STORAGE_SERVER_VERSION = {1, 0, 5}; constexpr std::array<int, 3> MIN_STORAGE_SERVER_VERSION = {1, 0, 6};
using swarm_id_t = uint64_t; using swarm_id_t = uint64_t;
constexpr swarm_id_t UNASSIGNED_SWARM_ID = UINT64_MAX; constexpr swarm_id_t UNASSIGNED_SWARM_ID = UINT64_MAX;