[#CTxMemPoolEntry-UpdateLockPoints] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::UpdateLockPoints :relfileprefix: ../ :mrdocs: Updates the lock points after a reorg. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UpdateLockPoints(xref:LockPoints.adoc[LockPoints] const& lp) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *lp* | The new lock points. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#