Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
quorums_blockprocessor.cpp File Reference
#include <llmq/quorums_blockprocessor.h>
#include <llmq/quorums_commitment.h>
#include <llmq/quorums_debug.h>
#include <llmq/quorums_utils.h>
#include <evo/specialtx.h>
#include <chain.h>
#include <chainparams.h>
#include <consensus/validation.h>
#include <net.h>
#include <net_processing.h>
#include <primitives/block.h>
#include <validation.h>
Include dependency graph for quorums_blockprocessor.cpp:
Go to the source code of this file.
Namespaces | |
llmq | |
Functions | |
static std::tuple< std::string, Consensus::LLMQType, uint32_t > | llmq::BuildInversedHeightKey (Consensus::LLMQType llmqType, int nMinedHeight) |
Variables | |
CQuorumBlockProcessor * | llmq::quorumBlockProcessor |
static const std::string | llmq::DB_MINED_COMMITMENT = "q_mc" |
static const std::string | llmq::DB_MINED_COMMITMENT_BY_INVERSED_HEIGHT = "q_mcih" |
static const std::string | llmq::DB_BEST_BLOCK_UPGRADE = "q_bbu2" |