mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
Set hf v15 testnet fork heights
This commit is contained in:
parent
67e5ca9ad6
commit
7d6c7489a7
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ const hardfork_t testnet_hard_forks[] = {
|
||||||
{ 12, 1308737, 0, 1569582000 },
|
{ 12, 1308737, 0, 1569582000 },
|
||||||
{ 13, 1543939, 0, 1599069376 },
|
{ 13, 1543939, 0, 1599069376 },
|
||||||
{ 14, 1544659, 0, 1599069377 },
|
{ 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 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;
|
const uint64_t testnet_hard_fork_version_1_till = 624633;
|
||||||
|
|
Loading…
Reference in a new issue