mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
blockchain: testnet heights for v3, v4, and v5
This commit is contained in:
parent
f24ab58d18
commit
887db9f936
@ -99,6 +99,10 @@ static const struct {
|
|||||||
|
|
||||||
// version 2 starts from block 624634, which is on or around the 23rd of November, 2015. Fork time finalised on 2015-11-20. No fork voting occurs for the v2 fork.
|
// version 2 starts from block 624634, which is on or around the 23rd of November, 2015. Fork time finalised on 2015-11-20. No fork voting occurs for the v2 fork.
|
||||||
{ 2, 624634, 0, 1445355000 },
|
{ 2, 624634, 0, 1445355000 },
|
||||||
|
|
||||||
|
{ 3, 800500, 0, 1472415034 },
|
||||||
|
{ 4, 801220, 0, 1472415035 },
|
||||||
|
{ 5, 802660, 0, 1472415036 },
|
||||||
};
|
};
|
||||||
static const uint64_t testnet_hard_fork_version_1_till = 624633;
|
static const uint64_t testnet_hard_fork_version_1_till = 624633;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user