blockchain: testnet heights for v3, v4, and v5

This commit is contained in:
moneromooo-monero 2016-08-28 21:20:01 +01:00
parent f24ab58d18
commit 887db9f936
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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.
{ 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;