Adjust start of 12.1 superblocks (#1311)
This commit is contained in:
parent
3840d97027
commit
0ecc7c61eb
@ -81,7 +81,7 @@ public:
|
||||
consensus.nBudgetPaymentsCycleBlocks = 16616; // ~(60*24*30)/2.6, actual number of blocks per month is 200700 / 12 = 16725
|
||||
consensus.nBudgetPaymentsWindowBlocks = 100;
|
||||
consensus.nBudgetProposalEstablishingTime = 60*60*24;
|
||||
consensus.nSuperblockStartBlock = 600000; // TODO, the block at which 12.1 goes live.
|
||||
consensus.nSuperblockStartBlock = 614820; // The block at which 12.1 goes live (end of final 12.0 budget cycle)
|
||||
consensus.nSuperblockCycle = 16616; // ~(60*24*30)/2.6, actual number of blocks per month is 200700 / 12 = 16725
|
||||
consensus.nGovernanceMinQuorum = 10;
|
||||
consensus.nGovernanceFilterElements = 20000;
|
||||
|
Loading…
Reference in New Issue
Block a user