Skip to content

Commit fcf644e

Browse files
apoelstrapsgreco
authored andcommitted
simplicity: activate on first week of unanimous signalling after March 3
1 parent 246a764 commit fcf644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ class CLiquidV1Params : public CChainParams {
12911291

12921292
// Simplicity
12931293
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].bit = 21;
1294-
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
1294+
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = 1740960000; // March 3, 2025
12951295
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
12961296
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].min_activation_height = 0; // No activation delay
12971297
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nPeriod = 10080; // one week...

0 commit comments

Comments
 (0)