Skip to content

Commit

Permalink
HF_18 height added for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Tore-tto committed Nov 21, 2023
1 parent da94c62 commit aa0e762
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 @@ -54,6 +54,7 @@ static constexpr std::array testnet_hard_forks =
hard_fork{12, 0, 104832, 1629012232 }, // Sunday, August 15, 2021 7:23:52 AM
hard_fork{15, 0, 169950, 1636391396 }, // Monday, November 8, 2021 5:09:56 PM
hard_fork{17, 0, 169960, 1636391696 }, // Monday, November 8, 2021 5:14:56 PM
hard_fork{18, 0, 1251330, 1701063000 }, // Monday, November 27, 2023 5:30:00 AM
};

static constexpr std::array devnet_hard_forks =
Expand Down

0 comments on commit aa0e762

Please sign in to comment.