Skip to content

Commit d88afaa

Browse files
committed
one more todo
1 parent 354c2df commit d88afaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/llmq/signing_shares.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@ struct PendingSignatureData {
365365
PendingSignatureData(CQuorumCPtr quorum, const uint256& id, const uint256& msgHash) : quorum(std::move(quorum)), id(id), msgHash(msgHash){}
366366
};
367367

368+
369+
// TODO: drop all class CSigSharesManager; replace it by std::vector<Pending signatures>
370+
// and move it to llmq/signing.h;
371+
// Keep only methods AsyncSignIfMember & CreateSigShare in that
372+
// Move everything else to NetSigning ; in this file keep only CSigShare & related classes
368373
class CSigSharesManager : public CRecoveredSigsListener
369374
{
370375
public:

0 commit comments

Comments
 (0)