![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#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>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... | |
| #define MN_WINNER_MINIMUM_AGE 8000 |
Definition at line 24 of file masternodeman.cpp.
| void DumpMasternodes | ( | ) |
Definition at line 172 of file masternodeman.cpp.
| void ThreadCheckMasternodes | ( | ) |
Definition at line 1157 of file masternodeman.cpp.
| CActiveMasternode activeMasternode |
Keep track of the active Masternode.
Definition at line 29 of file masternodeman.cpp.
| CMasternodeMan mnodeman |
Masternode manager.
Definition at line 27 of file masternodeman.cpp.