![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "activemasternode.h"#include "base58.h"#include "key.h"#include "main.h"#include "masternode.h"#include "net.h"#include "sync.h"#include "util.h"Go to the source code of this file.
Classes | |
| class | CMasternodeDB |
| Access to the MN database (mncache.dat) More... | |
| class | CMasternodeMan |
Macros | |
| #define | MASTERNODES_DUMP_SECONDS (15 * 60) |
| #define | MASTERNODES_DSEG_SECONDS (3 * 60 * 60) |
Functions | |
| void | DumpMasternodes () |
| void | ThreadCheckMasternodes () |
Variables | |
| CMasternodeMan | mnodeman |
| Masternode manager. More... | |
| CActiveMasternode | activeMasternode |
| Keep track of the active Masternode. More... | |
| std::string | strMasterNodePrivKey |
| #define MASTERNODES_DSEG_SECONDS (3 * 60 * 60) |
Definition at line 20 of file masternodeman.h.
| #define MASTERNODES_DUMP_SECONDS (15 * 60) |
Definition at line 19 of file masternodeman.h.
| 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