![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "init.h"#include "key.h"#include "masternode.h"#include "net.h"#include "sync.h"#include "wallet/wallet.h"Go to the source code of this file.
Classes | |
| class | CActiveMasternode |
Macros | |
| #define | ACTIVE_MASTERNODE_INITIAL 0 |
| #define | ACTIVE_MASTERNODE_SYNC_IN_PROCESS 1 |
| #define | ACTIVE_MASTERNODE_NOT_CAPABLE 3 |
| #define | ACTIVE_MASTERNODE_STARTED 4 |
| #define ACTIVE_MASTERNODE_INITIAL 0 |
Definition at line 17 of file activemasternode.h.
| #define ACTIVE_MASTERNODE_NOT_CAPABLE 3 |
Definition at line 19 of file activemasternode.h.
| #define ACTIVE_MASTERNODE_STARTED 4 |
Definition at line 20 of file activemasternode.h.
| #define ACTIVE_MASTERNODE_SYNC_IN_PROCESS 1 |
Definition at line 18 of file activemasternode.h.
1.8.17