Dash Core  0.12.2.1
P2P Digital Currency
privatesend-client.cpp File Reference
#include "privatesend-client.h"
#include "coincontrol.h"
#include "consensus/validation.h"
#include "core_io.h"
#include "init.h"
#include "masternode-sync.h"
#include "masternodeman.h"
#include "script/sign.h"
#include "txmempool.h"
#include "util.h"
#include "utilmoneystr.h"
#include <memory>

Go to the source code of this file.

Functions

void ThreadCheckPrivateSendClient (CConnman &connman)
 

Variables

CPrivateSendClient privateSendClient
 

Function Documentation

◆ ThreadCheckPrivateSendClient()

void ThreadCheckPrivateSendClient ( CConnman connman)

Definition at line 1416 of file privatesend-client.cpp.

Referenced by AppInit2().

Variable Documentation

◆ privateSendClient