aboutsummaryrefslogtreecommitdiff
path: root/src/hardforks/hardforks.cpp
diff options
context:
space:
mode:
authorj-berman <justinberman@protonmail.com>2022-05-09 14:38:54 -0700
committerj-berman <justinberman@protonmail.com>2022-05-09 14:38:54 -0700
commit7d6c7489a75f10c7365da6c04be1550efe9a6431 (patch)
tree9cc1f856808deb48deb31779e433b2fa42cceb0e /src/hardforks/hardforks.cpp
parentMerge pull request #8275 (diff)
downloadmonero-7d6c7489a75f10c7365da6c04be1550efe9a6431.tar.xz
Set hf v15 testnet fork heights
Diffstat (limited to 'src/hardforks/hardforks.cpp')
-rw-r--r--src/hardforks/hardforks.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hardforks/hardforks.cpp b/src/hardforks/hardforks.cpp
index c055f49d2..0dd0cf5f0 100644
--- a/src/hardforks/hardforks.cpp
+++ b/src/hardforks/hardforks.cpp
@@ -98,6 +98,8 @@ const hardfork_t testnet_hard_forks[] = {
{ 12, 1308737, 0, 1569582000 },
{ 13, 1543939, 0, 1599069376 },
{ 14, 1544659, 0, 1599069377 },
+ { 15, 1982800, 0, 1652727000 },
+ { 16, 1983520, 0, 1652813400 },
};
const size_t num_testnet_hard_forks = sizeof(testnet_hard_forks) / sizeof(testnet_hard_forks[0]);
const uint64_t testnet_hard_fork_version_1_till = 624633;