[#LockPoints-maxInputBlock] = xref:LockPoints.adoc[LockPoints]::maxInputBlock :relfileprefix: ../ :mrdocs: Highest block among the inputs used to compute the lock points. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlockIndex.adoc[CBlockIndex]* maxInputBlock = {nullptr}; ---- == Description As long as the current chain descends from this block, the cached values remain valid even after a reorg. [.small]#Created with https://www.mrdocs.com[MrDocs]#