aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-09-02 17:56:48 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-09-02 17:56:48 +0000
commitb09cc3d03d72d2c898b33e13835b2c93b4a6ad3c (patch)
tree044a12d6d89f6a454e2d84beea0d93d6aeb26253
parentMerge pull request #6789 (diff)
downloadmonero-b09cc3d03d72d2c898b33e13835b2c93b4a6ad3c.tar.xz
hardforks: add v13/v14 for testnet
-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;