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 d007f01 commit 96e3eb1Copy full SHA for 96e3eb1
1 file changed
src/llmq/dkgtypes.h
@@ -9,11 +9,10 @@
9
#include <bls/bls_ies.h>
10
#include <consensus/params.h>
11
#include <hash.h>
12
+#include <llmq/commitment.h>
13
#include <serialize.h>
14
#include <util/underlying.h>
15
-#include <llmq/commitment.h>
16
-
17
#include <algorithm>
18
#include <memory>
19
#include <vector>
@@ -190,4 +189,3 @@ class CDKGPrematureCommitment
190
189
} // namespace llmq
191
192
#endif // BITCOIN_LLMQ_DKGTYPES_H
193
0 commit comments