Skip to content

Commit

Permalink
Set llmqForInstantSend for mainnet and testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 7, 2019
1 parent 5b8344e commit e2f99f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ class CMainParams : public CChainParams {
consensus.llmqs[Consensus::LLMQ_400_60] = llmq400_60;
consensus.llmqs[Consensus::LLMQ_400_85] = llmq400_85;
consensus.llmqChainLocks = Consensus::LLMQ_400_60;
consensus.llmqForInstantSend = Consensus::LLMQ_50_60;

fMiningRequiresPeers = true;
fDefaultConsistencyChecks = false;
Expand Down Expand Up @@ -476,6 +477,7 @@ class CTestNetParams : public CChainParams {
consensus.llmqs[Consensus::LLMQ_400_60] = llmq400_60;
consensus.llmqs[Consensus::LLMQ_400_85] = llmq400_85;
consensus.llmqChainLocks = Consensus::LLMQ_50_60;
consensus.llmqForInstantSend = Consensus::LLMQ_50_60;

fMiningRequiresPeers = true;
fDefaultConsistencyChecks = false;
Expand Down

0 comments on commit e2f99f4

Please sign in to comment.