mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Set mainnet superblock cycle to monthly
This commit is contained in:
parent
84ac8de59d
commit
a31e0cadec
@ -83,7 +83,7 @@ public:
|
||||
consensus.nBudgetPaymentsWindowBlocks = 100;
|
||||
consensus.nBudgetProposalEstablishingTime = 60*60*24;
|
||||
consensus.nSuperblockStartBlock = 600000; // TODO, the block at which 12.1 goes live.
|
||||
consensus.nSuperblockCycle = 576; // Superblocks can be issued daily
|
||||
consensus.nSuperblockCycle = 16616; // ~(60*24*30)/2.6, actual number of blocks per month is 200700 / 12 = 16725
|
||||
consensus.nGovernanceMinQuorum = 10;
|
||||
consensus.nMasternodeMinimumConfirmations = 15;
|
||||
consensus.nMajorityEnforceBlockUpgrade = 750;
|
||||
|
Loading…
Reference in New Issue
Block a user