Dash Core  0.12.2.1
P2P Digital Currency
instantx.cpp File Reference
#include "activemasternode.h"
#include "instantx.h"
#include "key.h"
#include "validation.h"
#include "masternode-sync.h"
#include "masternodeman.h"
#include "messagesigner.h"
#include "net.h"
#include "protocol.h"
#include "spork.h"
#include "sync.h"
#include "txmempool.h"
#include "util.h"
#include "consensus/validation.h"
#include <boost/algorithm/string/replace.hpp>
#include <boost/thread.hpp>

Go to the source code of this file.

Variables

CWalletpwalletMain
 
CTxMemPool mempool
 
bool fEnableInstantSend = true
 
int nInstantSendDepth = DEFAULT_INSTANTSEND_DEPTH
 
int nCompleteTXLocks
 
CInstantSend instantsend
 

Variable Documentation

◆ fEnableInstantSend

◆ instantsend

◆ mempool

◆ nCompleteTXLocks

◆ nInstantSendDepth

◆ pwalletMain