mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 75a227e39e into merged_master (Bitcoin PR bitcoin/bitcoin#23683)
This commit is contained in:
commit
ba233174c1
3 changed files with 13 additions and 14 deletions
|
|
@ -387,6 +387,8 @@ void CChainState::MaybeUpdateMempoolForReorg(
|
|||
}
|
||||
}
|
||||
}
|
||||
// CheckSequenceLocks updates lp. Update the mempool entry LockPoints.
|
||||
if (!validLP) m_mempool->mapTx.modify(it, update_lock_points(lp));
|
||||
return should_remove;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue