From d64c55b45f1ae7ec255ef13f0a217dabb9bd226b Mon Sep 17 00:00:00 2001 From: "victor.tucci" Date: Fri, 16 Aug 2024 11:29:02 +0530 Subject: [PATCH] mainnet setted for HF-19 --- src/cryptonote_basic/hardfork.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptonote_basic/hardfork.cpp b/src/cryptonote_basic/hardfork.cpp index 741ce1d5851..3818139a1a8 100755 --- a/src/cryptonote_basic/hardfork.cpp +++ b/src/cryptonote_basic/hardfork.cpp @@ -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 =