Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

quorums_dkgsession.cpp File Reference
#include <llmq/quorums_dkgsession.h>
#include <llmq/quorums_commitment.h>
#include <llmq/quorums_debug.h>
#include <llmq/quorums_dkgsessionmgr.h>
#include <llmq/quorums_utils.h>
#include <evo/specialtx.h>
#include <masternode/activemasternode.h>
#include <masternode/masternode-meta.h>
#include <chainparams.h>
#include <init.h>
#include <net.h>
#include <netmessagemaker.h>
#include <spork.h>
#include <univalue.h>
#include <validation.h>
#include <cxxtimer.hpp>
+ Include dependency graph for quorums_dkgsession.cpp:

Go to the source code of this file.

Namespaces

 llmq
 

Functions

void llmq::SetSimulatedDKGErrorRate (const std::string &type, double rate)
 
static double llmq::GetSimulatedErrorRate (const std::string &type)
 
static bool llmq::ShouldSimulateError (const std::string &type)
 

Variables

static CCriticalSection llmq::cs_simDkgError
 
static std::map< std::string, double > llmq::simDkgErrorMap
 
Released under the MIT license