[#CTxMemPool-nTransactionsUpdated] = xref:CTxMemPool.adoc[CTxMemPool]::nTransactionsUpdated :relfileprefix: ../ :mrdocs: Used by getblocktemplate to trigger CreateNewBlock() invocation == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic<unsigned int> nTransactionsUpdated = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#