PIVX Core  5.6.99
P2P Digital Currency
Functions | Variables
validation.h File Reference
#include <string>
Include dependency graph for validation.h:
This graph shows which files directly or indirectly include this file:

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
 

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
extern

Definition at line 27 of file validation.cpp.