Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

quorums_commitment.cpp File Reference
#include <llmq/quorums_commitment.h>
#include <llmq/quorums_utils.h>
#include <chainparams.h>
#include <validation.h>
#include <evo/specialtx.h>
+ Include dependency graph for quorums_commitment.cpp:

Go to the source code of this file.

Namespaces

 llmq
 

Macros

#define LogPrintfFinalCommitment(...)
 

Functions

bool llmq::CheckLLMQCommitment (const CTransaction &tx, const CBlockIndex *pindexPrev, CValidationState &state)
 

Macro Definition Documentation

◆ LogPrintfFinalCommitment

#define LogPrintfFinalCommitment (   ...)
Value:
do { \
LogPrintStr(strprintf("CFinalCommitment::%s -- %s", __func__, tinyformat::format(__VA_ARGS__))); \
} while(0)
#define strprintf
Definition: tinyformat.h:1066
void format(std::ostream &out, const char *fmt, const Args &... args)
Format list of arguments to the stream according to given format string.
Definition: tinyformat.h:967

Definition at line 24 of file quorums_commitment.cpp.

Referenced by llmq::CFinalCommitment::Verify(), llmq::CFinalCommitment::VerifyNull(), and llmq::CFinalCommitment::VerifySizes().

Released under the MIT license