add placeholder v18 fork

This commit is contained in:
Crypto City 2023-03-24 07:34:41 +00:00
parent 906c33d735
commit 0135796831

View File

@ -34,6 +34,7 @@
const hardfork_t mainnet_hard_forks[] = {
// version 16 from the start of the blockchain
{ 16, 0, 0, 1563703897 },
{ 18, 55000, 0, 1679642680 },
};
const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]);
const uint64_t mainnet_hard_fork_version_1_till = 0;
@ -42,6 +43,7 @@ const hardfork_t testnet_hard_forks[] = {
// version 16 from the start of the blockchain
{ 16, 0, 0, 1563703897 },
{ 17, 10000, 0, 1678740806 },
{ 18, 55000, 0, 1679642680 },
};
const size_t num_testnet_hard_forks = sizeof(testnet_hard_forks) / sizeof(testnet_hard_forks[0]);
const uint64_t testnet_hard_fork_version_1_till = 0;