Skip to content

Commit b7b04e5

Browse files
committed
fix: rename dmnman to allMns to match declaration and definition of function; and the meaning
1 parent e9e0f58 commit b7b04e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmq/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static std::vector<std::vector<CDeterministicMNCPtr>> ComputeQuorumMembersByQuar
6464
const CBlockIndex* pCycleQuorumBaseBlockIndex);
6565

6666
static std::vector<std::vector<CDeterministicMNCPtr>> BuildNewQuorumQuarterMembers(
67-
const Consensus::LLMQParams& llmqParams, const CDeterministicMNList& dmnman, CQuorumSnapshotManager& qsnapman,
67+
const Consensus::LLMQParams& llmqParams, const CDeterministicMNList& allMns, CQuorumSnapshotManager& qsnapman,
6868
const CBlockIndex* pCycleQuorumBaseBlockIndex, const PreviousQuorumQuarters& previousQuarters);
6969

7070
static PreviousQuorumQuarters GetPreviousQuorumQuarterMembers(const Consensus::LLMQParams& llmqParams,

0 commit comments

Comments
 (0)