Skip to content

Commit

Permalink
consensus: Set mainnet hard fork date to April 24, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Jan 24, 2024
1 parent c1e5fa7 commit 74f22e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class CMainParams : public CChainParams {
consensus.nProtocolV1RetargetingFixedTime = 1395631999;
consensus.nProtocolV2Time = 1407053625;
consensus.nProtocolV3Time = 1444028400;
consensus.nProtocolV3_1Time = 4102437600;
consensus.nProtocolV3_1Time = 1713938400;
consensus.nLastPOWBlock = 10000;
consensus.nStakeTimestampMask = 0xf; // 15
consensus.nCoinbaseMaturity = 500;
Expand Down

0 comments on commit 74f22e8

Please sign in to comment.