PIVX Core  5.6.99
P2P Digital Currency
Classes | Macros | Functions | Variables
masternodeman.cpp File Reference
#include "masternodeman.h"
#include "addrman.h"
#include "evo/deterministicmns.h"
#include "fs.h"
#include "masternode-payments.h"
#include "masternode-sync.h"
#include "masternode.h"
#include "messagesigner.h"
#include "netbase.h"
#include "netmessagemaker.h"
#include "shutdown.h"
#include "spork.h"
#include "tiertwo/tiertwo_sync_state.h"
#include "validation.h"
#include <boost/thread/thread.hpp>
Include dependency graph for masternodeman.cpp:

Go to the source code of this file.

Classes

struct  CompareScoreMN
 

Macros

#define MN_WINNER_MINIMUM_AGE   8000
 

Functions

void DumpMasternodes ()
 
void ThreadCheckMasternodes ()
 

Variables

CMasternodeMan mnodeman
 Masternode manager. More...
 
CActiveMasternode activeMasternode
 Keep track of the active Masternode. More...
 

Macro Definition Documentation

◆ MN_WINNER_MINIMUM_AGE

#define MN_WINNER_MINIMUM_AGE   8000

Definition at line 24 of file masternodeman.cpp.

Function Documentation

◆ DumpMasternodes()

void DumpMasternodes ( )

Definition at line 172 of file masternodeman.cpp.

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

◆ ThreadCheckMasternodes()

void ThreadCheckMasternodes ( )

Definition at line 1157 of file masternodeman.cpp.

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

Variable Documentation

◆ activeMasternode

CActiveMasternode activeMasternode

Keep track of the active Masternode.

Definition at line 29 of file masternodeman.cpp.

◆ mnodeman

CMasternodeMan mnodeman

Masternode manager.

Definition at line 27 of file masternodeman.cpp.