mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
llmq: Remove unused variable in CLLMQUtils::GetQuorumConnections (#3595)
This commit is contained in:
parent
e303532cab
commit
2b8be8f873
@ -80,8 +80,6 @@ uint256 CLLMQUtils::DeterministicOutboundConnection(const uint256& proTxHash1, c
|
||||
|
||||
std::set<uint256> CLLMQUtils::GetQuorumConnections(Consensus::LLMQType llmqType, const CBlockIndex* pindexQuorum, const uint256& forMember, bool onlyOutbound)
|
||||
{
|
||||
auto& params = Params().GetConsensus().llmqs.at(llmqType);
|
||||
|
||||
if (IsAllMembersConnectedEnabled(llmqType)) {
|
||||
auto mns = GetAllQuorumMembers(llmqType, pindexQuorum);
|
||||
std::set<uint256> result;
|
||||
|
Loading…
Reference in New Issue
Block a user