File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -331,6 +331,11 @@ class SigNetParams : public CChainParams {
331
331
consensus.vDeployments [Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601 ; // January 1, 2008
332
332
consensus.vDeployments [Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999 ; // December 31, 2008
333
333
334
+ // Activation of Taproot (BIPs 340-342)
335
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].bit = 2 ;
336
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nStartTime = Consensus::BIP9Deployment::ALWAYS_ACTIVE;
337
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
338
+
334
339
// message start is defined as the first 4 bytes of the sha256d of the block script
335
340
CHashWriter h (SER_DISK, 0 );
336
341
h << consensus.signet_challenge ;
You can’t perform that action at this time.
0 commit comments