mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
chainparams: Remove llmq_50_60 from regtest (#3696)
Its just not used anywhere so there is no point in starting the thread for it imo since it just spams the test logs with tries/failures.
This commit is contained in:
parent
f2c1a9213c
commit
e13c746a7d
@ -897,7 +897,6 @@ public:
|
|||||||
|
|
||||||
// long living quorum params
|
// long living quorum params
|
||||||
consensus.llmqs[Consensus::LLMQ_TEST] = llmq_test;
|
consensus.llmqs[Consensus::LLMQ_TEST] = llmq_test;
|
||||||
consensus.llmqs[Consensus::LLMQ_50_60] = llmq50_60;
|
|
||||||
consensus.llmqTypeChainLocks = Consensus::LLMQ_TEST;
|
consensus.llmqTypeChainLocks = Consensus::LLMQ_TEST;
|
||||||
consensus.llmqTypeInstantSend = Consensus::LLMQ_TEST;
|
consensus.llmqTypeInstantSend = Consensus::LLMQ_TEST;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user