![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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"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... | |
| #define MN_WINNER_MINIMUM_AGE 8000 |
Definition at line 19 of file masternodeman.cpp.
| void DumpMasternodes | ( | ) |
| void ThreadCheckMasternodes | ( | ) |
| CActiveMasternode activeMasternode |
Keep track of the active Masternode.
Definition at line 24 of file masternodeman.cpp.
| CMasternodeMan mnodeman |
Masternode manager.
Definition at line 22 of file masternodeman.cpp.
1.8.17