mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Speficy dynafed deployment for Liquidv1
Bit: 25 Start: block 1,000,000 (recent past) Timeout: never
This commit is contained in:
parent
7208d5b6fb
commit
afcb71f87d
1 changed files with 3 additions and 3 deletions
|
|
@ -861,9 +861,9 @@ public:
|
|||
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
|
||||
|
||||
// Not active yet.
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].bit = 0;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].nStartTime = 0;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].nTimeout = 0;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].bit = 25;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].nStartTime = 1000000;
|
||||
consensus.vDeployments[Consensus::DEPLOYMENT_DYNA_FED].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
|
||||
|
||||
|
||||
// Finally, create genesis block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue