net: add nLastBlockTime/TXTime to CNodeStats, CNode::copyStats

This commit is contained in:
Jon Atack
2020-08-09 21:49:31 +02:00
parent 30dd562fd2
commit 02fbe3ae0b
2 changed files with 4 additions and 0 deletions

View File

@@ -619,6 +619,8 @@ public:
bool fRelayTxes;
int64_t nLastSend;
int64_t nLastRecv;
int64_t nLastTXTime;
int64_t nLastBlockTime;
int64_t nTimeConnected;
int64_t nTimeOffset;
std::string addrName;