[#CTxMemPool-GetTransactionsUpdated] = xref:CTxMemPool.adoc[CTxMemPool]::GetTransactionsUpdated :relfileprefix: ../ :mrdocs: Returns the running count of transaction updates, used to trigger block template regeneration. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int GetTransactionsUpdated() const; ---- == Return Value The number of transaction updates. [.small]#Created with https://www.mrdocs.com[MrDocs]#