aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-09-03 12:27:18 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-09-03 12:27:18 -0500
commit9fb2243db0dbf55580aa21240cbfbb1f6706cf2a (patch)
treed8afc886698f77c278e01598717eaaf828933223
parentMerge pull request #6757 (diff)
parenthardforks: add v13/v14 for testnet (diff)
downloadmonero-9fb2243db0dbf55580aa21240cbfbb1f6706cf2a.tar.xz
Merge pull request #6794
b09cc3d hardforks: add v13/v14 for testnet (moneromooo-monero)
-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 c94884fd8..6b8c0a8d6 100644
--- a/src/hardforks/hardforks.cpp
+++ b/src/hardforks/hardforks.cpp
@@ -93,6 +93,8 @@ const hardfork_t testnet_hard_forks[] = {
{ 10, 1154318, 0, 1550153694 },
{ 11, 1155038, 0, 1550225678 },
{ 12, 1308737, 0, 1569582000 },
+ { 13, 1543939, 0, 1599069376 },
+ { 14, 1544659, 0, 1599069377 },
};
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;