mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 5057adf22f into merged_master (Bitcoin PR bitcoin/bitcoin#25349)
This commit is contained in:
commit
e33f17092c
5 changed files with 14 additions and 23 deletions
|
|
@ -2494,7 +2494,6 @@ bool CChainState::ConnectBlock(const CBlock& block, BlockValidationState& state,
|
|||
m_blockman.m_dirty_blockindex.insert(pindex);
|
||||
}
|
||||
|
||||
assert(pindex->phashBlock);
|
||||
// add this block to the view's block chain
|
||||
view.SetBestBlock(pindex->GetBlockHash());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue