mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge #591: Add testdummy deployment for versionbits to squash warnings
88b380211 Add testdummy deployment for versionbits to squash warnings (Gregory Sanders)
Pull request description:
liquidv1 has a testdummy deployment like other common chains, sync this up.
Tree-SHA512: a4dfccc284e11bc3a69463fc553138c1b8d560d2bf9539679c815acea7754aca4fbd78ec3d23dbccd825c59da7cce8044d42b1dfbc2bff78c332556afdbaa7f3
This commit is contained in:
commit
b89a64c36b
1 changed files with 3 additions and 0 deletions
|
|
@ -750,6 +750,9 @@ public:
|
|||
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = Consensus::BIP9Deployment::ALWAYS_ACTIVE;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
|
||||
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 0;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
|
||||
|
||||
// Finally, create genesis block
|
||||
genesis = CreateGenesisBlock(consensus, CScript(commit), CScript(OP_RETURN), 1296688602, 2, 0x207fffff, 1, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue