#include "net.h"
#include "key.h"
#include "wallet/wallet.h"
Go to the source code of this file.
◆ ACTIVE_MASTERNODE_INITIAL
const int ACTIVE_MASTERNODE_INITIAL = 0 |
|
static |
◆ ACTIVE_MASTERNODE_INPUT_TOO_NEW
const int ACTIVE_MASTERNODE_INPUT_TOO_NEW = 2 |
|
static |
◆ ACTIVE_MASTERNODE_NOT_CAPABLE
const int ACTIVE_MASTERNODE_NOT_CAPABLE = 3 |
|
static |
◆ ACTIVE_MASTERNODE_STARTED
const int ACTIVE_MASTERNODE_STARTED = 4 |
|
static |
◆ ACTIVE_MASTERNODE_SYNC_IN_PROCESS
const int ACTIVE_MASTERNODE_SYNC_IN_PROCESS = 1 |
|
static |
◆ activeMasternode
Definition at line 14 of file activemasternode.cpp.
Referenced by AppInit2(), CMasternode::Check(), CPrivateSendServer::CheckForCompleteQueue(), CMasternodeMan::CheckMnbAndUpdateMasternodeList(), CMasternodeBroadcast::CheckOutpoint(), CPrivateSendServer::CommitFinalTransaction(), CPrivateSendServer::CreateNewSession(), CMasternodeMan::DoFullVerificationStep(), gobject(), masternode(), CMasternodePayments::ProcessBlock(), CPrivateSendServer::ProcessMessage(), CMasternodeMan::ProcessVerifyReply(), CMasternodeMan::SendVerifyReply(), sentinelping(), CMasternodePaymentVote::Sign(), CTxLockVote::Sign(), CDarksendQueue::Sign(), CDarksendBroadcastTx::Sign(), CMasternodeSync::SwitchToNextAsset(), ThreadCheckPrivateSend(), CMasternodeBroadcast::Update(), CMasternode::UpdateFromNewBroadcast(), and CInstantSend::Vote().