Skip to content

Commit

Permalink
Update src/llmq/quorums.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
  • Loading branch information
PastaPastaPasta and UdjinM6 committed Mar 26, 2024
1 parent 4abc310 commit daf1ea7
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 @@ -455,7 +455,7 @@ bool CQuorumManager::BuildQuorumContributions(const CFinalCommitmentPtr& fqc, co
// allows to use the quorum as a non-member (verification through the quorum pub key)
return false;
}
if (!quorum->SetSecretKeyShare(blsWorker.AggregateSecretKeys(skContributions))) {
if (!quorum->SetSecretKeyShare(blsWorker.AggregateSecretKeys(skContributions), *m_mn_activeman)) {
LogPrint(BCLog::LLMQ, "CQuorumManager::%s -- failed to build skShare\n", __func__);
// We don't bail out here as this is not a fatal error and still allows us to recover public key shares (as we
// have a valid quorum vvec at this point)
Expand Down

0 comments on commit daf1ea7

Please sign in to comment.