mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Changed testnet parameters to activate superblocks for 12.1 with sentinel. (#971)
- Note that this is expected to fork testnet around block 60000
This commit is contained in:
parent
35e857a5ca
commit
b68e119e4d
@ -200,11 +200,11 @@ public:
|
||||
consensus.nMasternodePaymentsIncreasePeriod = 576;
|
||||
consensus.nInstantSendKeepLock = 6;
|
||||
consensus.nInstantSendReprocessBlocks = 4;
|
||||
consensus.nBudgetPaymentsStartBlock = 78476; // TODO
|
||||
consensus.nBudgetPaymentsStartBlock = 60000;
|
||||
consensus.nBudgetPaymentsCycleBlocks = 50;
|
||||
consensus.nBudgetPaymentsWindowBlocks = 10;
|
||||
consensus.nBudgetProposalEstablishingTime = 60*20;
|
||||
consensus.nSuperblockStartBlock = 54321; // TODO, the block at which 12.1 goes live.
|
||||
consensus.nSuperblockStartBlock = 61000; // NOTE: Should satisfy nSuperblockStartBlock > nBudgetPeymentsStartBlock
|
||||
consensus.nSuperblockCycle = 24; // Superblocks can be issued hourly on testnet
|
||||
consensus.nGovernanceMinQuorum = 1;
|
||||
consensus.nMasternodeMinimumConfirmations = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user