add v19 at 131313

This commit is contained in:
Crypto City 2023-09-20 08:59:56 +00:00
parent 3912844aea
commit 9cc4c91e5e

View File

@ -44,6 +44,7 @@ const hardfork_t testnet_hard_forks[] = {
{ 16, 0, 0, 1563703897 },
{ 17, 12500, 0, 1563703898 },
{ 18, 26000, 0, 1563703899 },
{ 19, 131313, 0, 1563703900 },
};
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 = 0;