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 fba4cef commit 2e8ac6aCopy full SHA for 2e8ac6a
src/llmq/signing.cpp
@@ -8,6 +8,7 @@
8
#include <llmq/quorums.h>
9
#include <llmq/signhash.h>
10
#include <llmq/signing_shares.h>
11
+#include <llmq/options.h>
12
13
#include <bls/bls_batchverifier.h>
14
#include <chainparams.h>
@@ -25,8 +26,6 @@
25
26
#include <algorithm>
27
#include <unordered_set>
28
-#include "options.h"
29
-
30
namespace llmq
31
{
32
CRecoveredSigsDb::CRecoveredSigsDb(const util::DbWrapperParams& db_params) :
0 commit comments