remove nudge in num_mainnet_hard_forks
This commit is contained in:
parent
87be033224
commit
1e5184a63a
|
@ -47,8 +47,7 @@ const hardfork_t mainnet_hard_forks[] = {
|
||||||
{ 19, 331458, 0, 1624793373 },
|
{ 19, 331458, 0, 1624793373 },
|
||||||
{ 20, 514000, 0, 1677222289 },
|
{ 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]);
|
||||||
const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]) + 6;
|
|
||||||
const uint64_t mainnet_hard_fork_version_1_till = 0;
|
const uint64_t mainnet_hard_fork_version_1_till = 0;
|
||||||
|
|
||||||
const hardfork_t testnet_hard_forks[] = {
|
const hardfork_t testnet_hard_forks[] = {
|
||||||
|
|
Loading…
Reference in New Issue