Skip to content

Commit

Permalink
Updated SB parameters for Regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Aug 3, 2023
1 parent 6b06e28 commit dd3a114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,8 @@ class CRegTestParams : public CChainParams {
consensus.nBudgetPaymentsWindowBlocks = 10;
consensus.nSuperblockStartBlock = 1500;
consensus.nSuperblockStartHash = uint256(); // do not check this on regtest
consensus.nSuperblockCycle = 10;
consensus.nSuperblockMaturityWindow = 10; // This is equal to SB cycle on regtest
consensus.nSuperblockCycle = 30;
consensus.nSuperblockMaturityWindow = 5;
consensus.nGovernanceMinQuorum = 1;
consensus.nGovernanceFilterElements = 100;
consensus.nMasternodeMinimumConfirmations = 1;
Expand Down

0 comments on commit dd3a114

Please sign in to comment.