set fork height

pull/461/head
wowario 1 year ago
parent 83b5e5ada1
commit e9e18bdf56
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -45,6 +45,7 @@ const hardfork_t mainnet_hard_forks[] = {
{ 17, 254287, 0, 1600576524 },
{ 18, 331170, 0, 1623245591 },
{ 19, 331458, 0, 1624793373 },
{ 20, 514000, 0, 1677222289 },
};
// since Wownero starts from v7, added + 6 so that the total number of hard forks = version number
const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]) + 6;

Loading…
Cancel
Save