Skip to content

Commit

Permalink
cleanup: remove TODO so far as it is not clear what exactly to do 'cl…
Browse files Browse the repository at this point in the history
…eanup'
  • Loading branch information
knst committed Nov 14, 2023
1 parent 86f9a72 commit 2541457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/llmq/blockprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class CQuorumBlockProcessor
CEvoDB& m_evoDb;
const std::unique_ptr<PeerManager>& m_peerman;

// TODO cleanup
mutable RecursiveMutex minableCommitmentsCs;
std::map<std::pair<Consensus::LLMQType, uint256>, uint256> minableCommitmentsByQuorum GUARDED_BY(minableCommitmentsCs);
std::map<uint256, CFinalCommitment> minableCommitments GUARDED_BY(minableCommitmentsCs);
Expand Down

0 comments on commit 2541457

Please sign in to comment.