#include "base58.h"
#include "key.h"
#include "main.h"
#include "net.h"
#include "sync.h"
#include "timedata.h"
#include "util.h"
Go to the source code of this file.
◆ MASTERNODE_CHECK_SECONDS
| #define MASTERNODE_CHECK_SECONDS 5 |
◆ MASTERNODE_EXPIRATION_SECONDS
| #define MASTERNODE_EXPIRATION_SECONDS (120 * 60) |
◆ MASTERNODE_MIN_CONFIRMATIONS
| #define MASTERNODE_MIN_CONFIRMATIONS 15 |
◆ MASTERNODE_MIN_MNB_SECONDS
| #define MASTERNODE_MIN_MNB_SECONDS (5 * 60) |
◆ MASTERNODE_MIN_MNP_SECONDS
| #define MASTERNODE_MIN_MNP_SECONDS (10 * 60) |
◆ MASTERNODE_PING_SECONDS
| #define MASTERNODE_PING_SECONDS (5 * 60) |
◆ MASTERNODE_REMOVAL_SECONDS
| #define MASTERNODE_REMOVAL_SECONDS (130 * 60) |
◆ GetBlockHash()
| bool GetBlockHash |
( |
uint256 & |
hash, |
|
|
int |
nBlockHeight |
|
) |
| |
◆ mapCacheBlockHashes
| std::map<int64_t, uint256> mapCacheBlockHashes |