Skip to content

Commit 5d6c64c

Browse files
fix: minor fixes
1 parent 1924476 commit 5d6c64c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/llmq/dkgtypes.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
#include <bls/bls_ies.h>
1010
#include <consensus/params.h>
1111
#include <hash.h>
12+
#include <llmq/commitment.h>
1213
#include <serialize.h>
1314
#include <util/underlying.h>
1415

15-
#include <llmq/commitment.h>
16-
1716
#include <algorithm>
1817
#include <memory>
1918
#include <vector>
@@ -190,4 +189,3 @@ class CDKGPrematureCommitment
190189
} // namespace llmq
191190

192191
#endif // BITCOIN_LLMQ_DKGTYPES_H
193-

0 commit comments

Comments
 (0)