PIVX Core  5.6.99
P2P Digital Currency
Functions | Variables
validation.cpp File Reference
#include "util/validation.h"
#include "consensus/validation.h"
#include "tinyformat.h"
Include dependency graph for validation.cpp:

Go to the source code of this file.

Functions

std::string FormatStateMessage (const CValidationState &state)
 Convert CValidationState to a human-readable message for logging. More...
 

Variables

const std::string strMessageMagic = "DarkNet Signed Message:\n"
 

Function Documentation

◆ FormatStateMessage()

std::string FormatStateMessage ( const CValidationState state)

Convert CValidationState to a human-readable message for logging.

Definition at line 13 of file validation.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ strMessageMagic

const std::string strMessageMagic = "DarkNet Signed Message:\n"

Definition at line 27 of file validation.cpp.