mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
refactor: removed including quorums.h from chainlocks.h
This commit is contained in:
parent
6f7068ef42
commit
e77aeb321b
@ -8,6 +8,7 @@
|
|||||||
#include <llmq/chainlocks.h>
|
#include <llmq/chainlocks.h>
|
||||||
#include <llmq/commitment.h>
|
#include <llmq/commitment.h>
|
||||||
#include <llmq/options.h>
|
#include <llmq/options.h>
|
||||||
|
#include <llmq/quorums.h>
|
||||||
#include <node/blockstorage.h>
|
#include <node/blockstorage.h>
|
||||||
#include <evo/simplifiedmns.h>
|
#include <evo/simplifiedmns.h>
|
||||||
#include <evo/specialtx.h>
|
#include <evo/specialtx.h>
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
#include <crypto/common.h>
|
#include <crypto/common.h>
|
||||||
#include <llmq/signing.h>
|
#include <llmq/signing.h>
|
||||||
#include <llmq/quorums.h>
|
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <net_types.h>
|
#include <net_types.h>
|
||||||
#include <primitives/block.h>
|
#include <primitives/block.h>
|
||||||
@ -36,6 +35,7 @@ namespace llmq
|
|||||||
{
|
{
|
||||||
class CSigningManager;
|
class CSigningManager;
|
||||||
class CSigSharesManager;
|
class CSigSharesManager;
|
||||||
|
enum class VerifyRecSigStatus;
|
||||||
|
|
||||||
class CChainLocksHandler : public CRecoveredSigsListener
|
class CChainLocksHandler : public CRecoveredSigsListener
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user