[#CNode-m_last_tx_time] = xref:CNode.adoc[CNode]::m_last_tx_time :relfileprefix: ../ :mrdocs: UNIX epoch time of the last transaction received from this peer that we had not yet seen (e.g. not already received from another peer) and that was accepted into our mempool. Used as an inbound peer eviction criterion in CConnman::AttemptToEvictConnection. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic<std::chrono::seconds> m_last_tx_time = {0s}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#