[#MEMPOOL_HEIGHT] = MEMPOOL_HEIGHT :mrdocs: Fake height value used in Coin to signify they are only in the memory pool (since 0.8) == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint32_t MEMPOOL_HEIGHT = 0x7FFFFFFF; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#