mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge 80a699fda9 into merged_master (Bitcoin PR #21525)
This commit is contained in:
commit
bc51e4e896
15 changed files with 150 additions and 117 deletions
|
|
@ -175,7 +175,7 @@ namespace {
|
|||
std::set<int> setDirtyFileInfo;
|
||||
} // anon namespace
|
||||
|
||||
CBlockIndex* BlockManager::LookupBlockIndex(const uint256& hash)
|
||||
CBlockIndex* BlockManager::LookupBlockIndex(const uint256& hash) const
|
||||
{
|
||||
AssertLockHeld(cs_main);
|
||||
assert(std::addressof(g_chainman.BlockIndex()) == std::addressof(m_block_index));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue