Pulse: Add devnet hardfork

This commit is contained in:
Doyle 2020-08-18 13:23:04 +10:00 committed by Jason Rhinelander
parent 315df3508a
commit 8d00375e83

View file

@ -92,6 +92,7 @@ static constexpr HardFork::Params devnet_hard_forks[] =
{
{ network_version_7, 1, 0, 1597170000 },
{ network_version_15_lns, 2, 0, 1597170000 }, // 2020-08-11 18:20 UTC
{ network_version_16, 4559, 0, 1597720928 }, // 2020-08-18 03:20 UT
};
uint64_t HardFork::get_hardcoded_hard_fork_height(network_type nettype, cryptonote::network_version version)