mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge dca9ab48b8 into merged_master (Bitcoin PR bitcoin/bitcoin#23661)
This commit is contained in:
commit
6089b0123d
2 changed files with 3 additions and 1 deletions
|
|
@ -1621,6 +1621,7 @@ static bool TxOutDBEntryIsSame(const CTxOut& block_txout, const CTxOut& txdb_txo
|
|||
* When FAILED is returned, view is left in an indeterminate state. */
|
||||
DisconnectResult CChainState::DisconnectBlock(const CBlock& block, const CBlockIndex* pindex, CCoinsViewCache& view)
|
||||
{
|
||||
AssertLockHeld(::cs_main);
|
||||
bool fClean = true;
|
||||
|
||||
CBlockUndo blockUndo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue