Skip to content

Commit ea5d6fd

Browse files
authored
Merge pull request #1427 from apoelstra/2025-03--simplicity-activation
simplicity: activate on first week of unanimous signalling after block 3333333
2 parents fe48feb + 308a393 commit ea5d6fd

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
@@ -1295,7 +1295,7 @@ class CLiquidV1Params : public CChainParams {
12951295

12961296
// Simplicity
12971297
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].bit = 21;
1298-
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
1298+
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = 3333333; // April 14, 2025
12991299
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
13001300
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].min_activation_height = 0; // No activation delay
13011301
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nPeriod = 10080; // one week...

0 commit comments

Comments
 (0)