mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
validation: Make CChainState.m_blockman public
This commit is contained in:
parent
d363d06bf7
commit
0e17c833cd
2 changed files with 6 additions and 7 deletions
|
|
@ -1264,8 +1264,8 @@ void CoinsViews::InitCache()
|
|||
}
|
||||
|
||||
CChainState::CChainState(CTxMemPool& mempool, BlockManager& blockman, uint256 from_snapshot_blockhash)
|
||||
: m_blockman(blockman),
|
||||
m_mempool(mempool),
|
||||
: m_mempool(mempool),
|
||||
m_blockman(blockman),
|
||||
m_from_snapshot_blockhash(from_snapshot_blockhash) {}
|
||||
|
||||
void CChainState::InitCoinsDB(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue