diff options
| author | Peter Todd <[email protected]> | 2015-11-20 18:51:44 -0500 |
|---|---|---|
| committer | Patick Strateman <[email protected]> | 2015-11-20 16:07:12 -0800 |
| commit | 08843ed99843078acb10eecda2045d5f0f1c2b4f (patch) | |
| tree | 43b6c4825707bd56cf426fdcecaa3630ce2e4874 /src/net.cpp | |
| parent | Bail early in processing transactions in blocks only mode. (diff) | |
| download | discoin-08843ed99843078acb10eecda2045d5f0f1c2b4f.tar.xz discoin-08843ed99843078acb10eecda2045d5f0f1c2b4f.zip | |
Add relaytxes status to getpeerinfo
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index 000eefc85..cff4c5450 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -617,6 +617,7 @@ void CNode::copyStats(CNodeStats &stats) { stats.nodeid = this->GetId(); X(nServices); + X(fRelayTxes); X(nLastSend); X(nLastRecv); X(nTimeConnected); |