![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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"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, uint256 > | mapCacheBlockHashes |
| bool GetBlockHash | ( | uint256 & | hash, |
| int | nBlockHeight | ||
| ) |
Definition at line 26 of file masternode.cpp.
| std::map<int64_t, uint256> mapCacheBlockHashes |
Definition at line 23 of file masternode.cpp.
| std::map<uint256, int> mapSeenMasternodeScanningErrors |
Definition at line 21 of file masternode.cpp.
1.8.17