PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Macros | Functions | Variables
masternodeman.cpp File Reference
#include "masternodeman.h"
#include "addrman.h"
#include "masternode-payments.h"
#include "masternode-sync.h"
#include "messagesigner.h"
#include "fs.h"
#include "masternode.h"
#include "netbase.h"
#include "swifttx.h"
#include "util.h"
Include dependency graph for masternodeman.cpp:

Go to the source code of this file.

Classes

struct  CompareLastPaid
 
struct  CompareScoreTxIn
 
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 19 of file masternodeman.cpp.

Function Documentation

◆ DumpMasternodes()

void DumpMasternodes ( )

Definition at line 174 of file masternodeman.cpp.

Here is the call graph for this function:

◆ ThreadCheckMasternodes()

void ThreadCheckMasternodes ( )

Definition at line 847 of file masternodeman.cpp.

Here is the call graph for this function:

Variable Documentation

◆ activeMasternode

CActiveMasternode activeMasternode

Keep track of the active Masternode.

Definition at line 24 of file masternodeman.cpp.

◆ mnodeman

CMasternodeMan mnodeman

Masternode manager.

Definition at line 22 of file masternodeman.cpp.