mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Introduce BlockMap type for mapBlockIndex
This commit is contained in:
parent
a0dbe433bd
commit
145d5be896
9 changed files with 27 additions and 26 deletions
|
|
@ -85,7 +85,8 @@ static const unsigned char REJECT_CHECKPOINT = 0x43;
|
|||
extern CScript COINBASE_FLAGS;
|
||||
extern CCriticalSection cs_main;
|
||||
extern CTxMemPool mempool;
|
||||
extern std::map<uint256, CBlockIndex*> mapBlockIndex;
|
||||
typedef std::map<uint256, CBlockIndex*> BlockMap;
|
||||
extern BlockMap mapBlockIndex;
|
||||
extern uint64_t nLastBlockTx;
|
||||
extern uint64_t nLastBlockSize;
|
||||
extern const std::string strMessageMagic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue