Skip to content

Commit

Permalink
Set tentative mainnet DF23 fork height (#2908)
Browse files Browse the repository at this point in the history
* Set tentative mainnet DF23 fork height

* Update fork to 23rd May 2024
  • Loading branch information
Bushstar authored May 10, 2024
1 parent 6ec7477 commit 0d4696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class CMainParams : public CChainParams {
consensus.DF20GrandCentralHeight = 2479000; // Dec 8th, 2022.
consensus.DF21GrandCentralEpilogueHeight = 2574000; // Jan 10th, 2023.
consensus.DF22MetachainHeight = 3462000; // Nov 15th, 2023.
consensus.DF23Height = std::numeric_limits<int>::max();
consensus.DF23Height = 4006000; // May 23th, 2024. Tentative date, might change on stable release.
consensus.DF24Height = std::numeric_limits<int>::max();

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
Expand Down

0 comments on commit 0d4696f

Please sign in to comment.