Skip to content

Commit

Permalink
MIN_UPTIME_PROOF_VERSIONS are added
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-tucci committed Aug 16, 2024
1 parent d7be2fb commit bf7b51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cryptonote_core/master_node_rules.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ namespace master_nodes {
};

constexpr proof_version MIN_UPTIME_PROOF_VERSIONS[] = {
proof_version{{cryptonote::network_version_19, 0}, {6,0,0}, {0,9,7}, {2,3,0}},
proof_version{{cryptonote::network_version_18_bns, 0}, {5,0,0}, {0,9,7}, {2,3,0}},
proof_version{{cryptonote::network_version_17_POS, 0}, {4,0,0}, {0,9,5}, {2,2,0}},
proof_version{{cryptonote::network_version_16, 0}, {4,0,0}, {0,9,5}, {2,2,0}},
Expand Down

0 comments on commit bf7b51d

Please sign in to comment.