PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions | Variables
masternode.cpp File Reference
#include "masternode.h"
#include "addrman.h"
#include "masternode-payments.h"
#include "masternode-sync.h"
#include "masternodeman.h"
#include "messagesigner.h"
#include "netbase.h"
#include "sync.h"
#include "util.h"
#include "streams.h"
#include "wallet/wallet.h"
Include dependency graph for masternode.cpp:

Go to the source code of this file.

Functions

bool GetBlockHash (uint256 &hash, int nBlockHeight)
 

Variables

std::map< uint256, int > mapSeenMasternodeScanningErrors
 
std::map< int64_t, uint256mapCacheBlockHashes
 

Function Documentation

◆ GetBlockHash()

bool GetBlockHash ( uint256 hash,
int  nBlockHeight 
)

Definition at line 26 of file masternode.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ mapCacheBlockHashes

std::map<int64_t, uint256> mapCacheBlockHashes

Definition at line 23 of file masternode.cpp.

◆ mapSeenMasternodeScanningErrors

std::map<uint256, int> mapSeenMasternodeScanningErrors

Definition at line 21 of file masternode.cpp.