mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
blockchain: add testnet v6 fork height at 971400
This commit is contained in:
parent
ab594cfee9
commit
4d87304683
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ static const struct {
|
||||||
{ 3, 800500, 0, 1472415034 },
|
{ 3, 800500, 0, 1472415034 },
|
||||||
{ 4, 801219, 0, 1472415035 },
|
{ 4, 801219, 0, 1472415035 },
|
||||||
{ 5, 802660, 0, 1472415036 + 86400*180 }, // add 5 months on testnet to shut the update warning up since there's a large gap to v6
|
{ 5, 802660, 0, 1472415036 + 86400*180 }, // add 5 months on testnet to shut the update warning up since there's a large gap to v6
|
||||||
|
|
||||||
|
{ 6, 971400, 0, 1501709789 },
|
||||||
};
|
};
|
||||||
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 a new issue