![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "chainparams.h"
#include "validation.h"
#include "messagesigner.h"
#include "net_processing.h"
#include "spork.h"
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Variables | |
CSporkManager | sporkManager |
std::map< uint256, CSporkMessage > | mapSporks |
std::map<uint256, CSporkMessage> mapSporks |
Definition at line 18 of file spork.cpp.
Referenced by AlreadyHave(), ProcessGetData(), CSporkManager::ProcessSpork(), and CSporkManager::UpdateSpork().
CSporkManager sporkManager |
Definition at line 14 of file spork.cpp.
Referenced by AppInit2(), ApproximateBestSubset(), CheckBlock(), CWallet::CreateTransaction(), FillBlockPayments(), getblocktemplate(), CMasternodePayments::GetMinMasternodePaymentsProto(), CInstantSend::GetTransactionLockSignatures(), IsBlockPayeeValid(), IsBlockValueValid(), CInstantSend::IsInstantSendReadyToLock(), CInstantSend::IsLockedInstantSendTransaction(), CTxLockRequest::IsValid(), CMasternode::IsValidForPayment(), CInstantSend::LockTransactionInputs(), WalletModel::prepareTransaction(), CInstantSend::ProcessMessage(), ProcessMessage(), CWallet::SelectCoinsMinConf(), spork(), CInstantSend::TryToFinalizeLockCandidate(), and CInstantSend::Vote().