Skip to content

Commit

Permalink
Merge pull request dashpay#3 from vkaxproject/develop
Browse files Browse the repository at this point in the history
Change testnet spork key and reduce the size of the llmq values
  • Loading branch information
michaelvkax authored Jul 17, 2022
2 parents 6d55398 + dbd103f commit 166c144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static void FindMainNetGenesisBlock(uint32_t nTime, uint32_t nBits, const char*
static Consensus::LLMQParams llmq_test = {
.type = Consensus::LLMQ_TEST,
.name = "llmq_test",
.size = 3,
.size = 2,
.minSize = 2,
.threshold = 2,

Expand All @@ -226,7 +226,7 @@ static Consensus::LLMQParams llmq_test = {
static Consensus::LLMQParams llmq_test_v17 = {
.type = Consensus::LLMQ_TEST_V17,
.name = "llmq_test_v17",
.size = 3,
.size = 2,
.minSize = 2,
.threshold = 2,

Expand Down Expand Up @@ -658,7 +658,7 @@ class CTestNetParams : public CChainParams {
nPoolMaxParticipants = 20;
nFulfilledRequestExpireTime = 5*60; // fulfilled requests expire in 5 minutes

vSporkAddresses = {"yjPtiKh2uwk3bDutTEA2q9mCtXyiZRWn55"};
vSporkAddresses = {"ygi5foL23tpcqSR5DQGZ94ZSrAeRRa8Vsp"};
nMinSporkKeys = 1;
fBIP9CheckMasternodesUpgraded = true;

Expand Down

0 comments on commit 166c144

Please sign in to comment.