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

@@ -180,6 +180,7 @@ class CNodeStats
public:
NodeId nodeid;
uint64_t nServices;
bool fRelayTxes;
int64_t nLastSend;
int64_t nLastRecv;
int64_t nTimeConnected;