[#CTxMemPool-AddTransactionsUpdated] = xref:CTxMemPool.adoc[CTxMemPool]::AddTransactionsUpdated :relfileprefix: ../ :mrdocs: Increase the transaction update counter by the given amount. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddTransactionsUpdated(unsigned int n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | The number of updates to add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#