Skip to content

Commit

Permalink
Update src/llmq/quorums.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored Jul 16, 2021
1 parent 018a7aa commit cc24777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmq/quorums.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void CQuorumManager::TriggerQuorumDataRecoveryThreads(const CBlockIndex* pIndex)
bool fWeAreQuorumTypeMember{false};

auto proTxHash = WITH_LOCK(activeMasternodeInfoCs, return activeMasternodeInfo.proTxHash);
for (const auto &pQuorum : vecQuorums) {
for (const auto& pQuorum : vecQuorums) {
if (pQuorum->IsValidMember(proTxHash)) {
fWeAreQuorumTypeMember = true;
break;
Expand Down

0 comments on commit cc24777

Please sign in to comment.