bumped version for consensus rules hard fork

This commit is contained in:
Some Random Crypto Guy
2024-12-19 11:31:05 +00:00
parent 8599cdf95b
commit 6368aee05f
5 changed files with 17 additions and 2 deletions
+3
View File
@@ -40,6 +40,9 @@ const hardfork_t mainnet_hard_forks[] = {
// version 3 starts from block 121100, which is on or around the 19th of December, 2024. Fork time finalised on 2024-12-18. No fork voting occurs for the v3 fork.
{ 3, 121100, 0, 1734516900 },
// version 4 starts from block 121100, which is on or around the 20th of December, 2024. Fork time finalised on 2024-12-19. No fork voting occurs for the v4 fork.
{ 4, 121800, 0, 1734607000 },
};
const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]);
const uint64_t mainnet_hard_fork_version_1_till = ((uint64_t)-1);