mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
net: add nLastBlockTime/TXTime to CNodeStats, CNode::copyStats
This commit is contained in:
parent
30dd562fd2
commit
02fbe3ae0b
2 changed files with 4 additions and 0 deletions
|
|
@ -530,6 +530,8 @@ void CNode::copyStats(CNodeStats &stats, const std::vector<bool> &m_asmap)
|
|||
}
|
||||
X(nLastSend);
|
||||
X(nLastRecv);
|
||||
X(nLastTXTime);
|
||||
X(nLastBlockTime);
|
||||
X(nTimeConnected);
|
||||
X(nTimeOffset);
|
||||
stats.addrName = GetAddrName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue