Merge 75a227e39e into merged_master (Bitcoin PR bitcoin/bitcoin#23683)

This commit is contained in:
Byron Hambly 2023-06-14 17:57:12 +00:00
commit ba233174c1
3 changed files with 13 additions and 14 deletions

View file

@ -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;
};