diff options
Diffstat (limited to 'src/hardforks')
-rw-r--r-- | src/hardforks/hardforks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hardforks/hardforks.cpp b/src/hardforks/hardforks.cpp index 3cb148c60..41aa3e9cb 100644 --- a/src/hardforks/hardforks.cpp +++ b/src/hardforks/hardforks.cpp @@ -86,6 +86,7 @@ const hardfork_t testnet_hard_forks[] = { { 9, 1057778, 0, 1533297600 }, { 10, 1154318, 0, 1550153694 }, { 11, 1155038, 0, 1550225678 }, + { 12, 1308737, 0, 1569582000 }, }; 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; |