Skip to content

Commit 73e3254

Browse files
committed
Merge ea5d6fd into merged_master (Elements PR ElementsProject#1427)
2 parents 9bd6cf4 + ea5d6fd commit 73e3254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ class CLiquidV1Params : public CChainParams {
13301330

13311331
// Simplicity
13321332
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].bit = 21;
1333-
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
1333+
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = 3333333; // April 14, 2025
13341334
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
13351335
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].min_activation_height = 0; // No activation delay
13361336
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nPeriod = 10080; // one week...

0 commit comments

Comments
 (0)