We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b9579 commit 1924476Copy full SHA for 1924476
src/llmq/dkgtypes.h
@@ -15,6 +15,7 @@
15
#include <llmq/commitment.h>
16
17
#include <algorithm>
18
+#include <memory>
19
#include <vector>
20
21
namespace llmq
@@ -29,7 +30,6 @@ class CDKGContribution
29
30
BLSVerificationVectorPtr vvec;
31
std::shared_ptr<CBLSIESMultiRecipientObjects<CBLSSecretKey>> contributions;
32
CBLSSignature sig;
-
33
public:
34
template<typename Stream>
35
inline void SerializeWithoutSig(Stream& s) const
0 commit comments