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:
dustinface 2020-09-10 18:28:56 +02:00 committed by pasta
parent f2c1a9213c
commit e13c746a7d
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -897,7 +897,6 @@ public:
// long living quorum params
consensus.llmqs[Consensus::LLMQ_TEST] = llmq_test;
consensus.llmqs[Consensus::LLMQ_50_60] = llmq50_60;
consensus.llmqTypeChainLocks = Consensus::LLMQ_TEST;
consensus.llmqTypeInstantSend = Consensus::LLMQ_TEST;
}