Skip to content

Commit

Permalink
update testnet fork block to 24280
Browse files Browse the repository at this point in the history
  • Loading branch information
npq7721 committed Apr 4, 2024
1 parent 8661518 commit 9bd2216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
snapshot-version=1.3.17.05-SNAPSHOT
release-version=1.3.17.05
candidate-version=1.3.17.05-candidate
snapshot-version=1.3.17.06-SNAPSHOT
release-version=1.3.17.06
candidate-version=1.3.17.06-candidate
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ void CChainParams::UpdateLLMQParams(size_t totalMnCount, int height, bool lowLLM
consensus.llmqs[Consensus::LLMQ_50_60] = llmq10_60;
consensus.llmqs[Consensus::LLMQ_400_60] = llmq20_60;
consensus.llmqs[Consensus::LLMQ_400_85] = llmq20_85;
} else if((((height >= 21400 && totalMnCount < 600) || (height < 21400 && totalMnCount < 4000)) && isTestNet)
} else if((((height >= 24280 && totalMnCount < 600) || (height < 24280 && totalMnCount < 4000)) && isTestNet)
|| (totalMnCount < 600 && !isTestNet)) {
consensus.llmqs[Consensus::LLMQ_50_60] = llmq50_60;
consensus.llmqs[Consensus::LLMQ_400_60] = llmq40_60;
Expand Down

0 comments on commit 9bd2216

Please sign in to comment.