Add relaytxes status to getpeerinfo

This commit is contained in:
Peter Todd
2015-11-20 18:51:44 -05:00
committed by Patick Strateman
parent d8aaa51bec
commit 08843ed998
3 changed files with 4 additions and 0 deletions

View File

@@ -617,6 +617,7 @@ void CNode::copyStats(CNodeStats &stats)
{
stats.nodeid = this->GetId();
X(nServices);
X(fRelayTxes);
X(nLastSend);
X(nLastRecv);
X(nTimeConnected);