Skip to content

Commit 85de70c

Browse files
committed
Don't activate dynafed like custom chains
1 parent b73ff4c commit 85de70c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/chainparams.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,12 @@ class CLiquidV1Params : public CChainParams {
789789
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 0;
790790
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
791791

792+
// Not active yet.
793+
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].bit = 0;
794+
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].nStartTime = 0;
795+
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].nTimeout = 0;
796+
797+
792798
// Finally, create genesis block
793799
genesis = CreateGenesisBlock(consensus, CScript(commit), CScript(OP_RETURN), 1296688602, 2, 0x207fffff, 1, 0);
794800
consensus.hashGenesisBlock = genesis.GetHash();

0 commit comments

Comments
 (0)