mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Add relaytxes status to getpeerinfo
This commit is contained in:
committed by
Patick Strateman
parent
d8aaa51bec
commit
08843ed998
@@ -617,6 +617,7 @@ void CNode::copyStats(CNodeStats &stats)
|
||||
{
|
||||
stats.nodeid = this->GetId();
|
||||
X(nServices);
|
||||
X(fRelayTxes);
|
||||
X(nLastSend);
|
||||
X(nLastRecv);
|
||||
X(nTimeConnected);
|
||||
|
||||
Reference in New Issue
Block a user