Increase minimum versions for SS/lokinet

This commit is contained in:
Jason Rhinelander 2021-06-10 15:32:50 -03:00
parent c2d6e095b2
commit 41ba779834
1 changed files with 2 additions and 2 deletions

View File

@ -211,8 +211,8 @@ 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<uint16_t, 3> MIN_STORAGE_SERVER_VERSION{{2, 1, 0}};
constexpr std::array<uint16_t, 3> MIN_LOKINET_VERSION{{0, 9, 0}};
constexpr std::array<uint16_t, 3> MIN_STORAGE_SERVER_VERSION{{2, 1, 1}};
constexpr std::array<uint16_t, 3> MIN_LOKINET_VERSION{{0, 9, 3}};
// The minimum accepted version number, broadcasted by Service Nodes via uptime proofs for each hardfork
struct proof_version