mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
fix!: GetNumCommitmentsRequired Rotation (#4915)
* Fix in GetNumCommitmentsRequired * Correction
This commit is contained in:
parent
32051a35c0
commit
beba663a57
@ -731,6 +731,8 @@ std::optional<std::vector<CFinalCommitment>> CQuorumBlockProcessor::GetMineableC
|
||||
break;
|
||||
}
|
||||
|
||||
if (HasMinedCommitment(llmqParams.type, quorumHash)) continue;
|
||||
|
||||
LOCK(minableCommitmentsCs);
|
||||
|
||||
auto k = std::make_pair(llmqParams.type, quorumHash);
|
||||
|
Loading…
Reference in New Issue
Block a user