Skip to content

Commit

Permalink
mainnet setted for HF-19
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-tucci committed Aug 16, 2024
1 parent 3392aec commit d64c55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cryptonote_basic/hardfork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static constexpr std::array mainnet_hard_forks =
hard_fork{15, 0, 742420, 1636320320 }, //Friday, December 10, 2021 6:00:00 PM (GMT)
hard_fork{17, 0, 742421, 1636320540 },
hard_fork{18, 0, 2986890, 1706506200 }, // Monday, January 29, 2024 5:30:00 AM (UTC)
hard_fork{19, 0, 3546545, 1725514200 }, // Thursday, September 5, 2024 5:30:00 AM (UTC)
};

static constexpr std::array testnet_hard_forks =
Expand Down

0 comments on commit d64c55b

Please sign in to comment.