aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPeter Todd <[email protected]>2015-11-20 18:51:44 -0500
committerPatick Strateman <[email protected]>2015-11-20 16:07:12 -0800
commit08843ed99843078acb10eecda2045d5f0f1c2b4f (patch)
tree43b6c4825707bd56cf426fdcecaa3630ce2e4874 /src/net.h
parentBail early in processing transactions in blocks only mode. (diff)
downloaddiscoin-08843ed99843078acb10eecda2045d5f0f1c2b4f.tar.xz
discoin-08843ed99843078acb10eecda2045d5f0f1c2b4f.zip
Add relaytxes status to getpeerinfo
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index ebdbe7756..559cdf087 100644
--- a/src/net.h
+++ b/src/net.h
@@ -180,6 +180,7 @@ class CNodeStats
public:
NodeId nodeid;
uint64_t nServices;
+ bool fRelayTxes;
int64_t nLastSend;
int64_t nLastRecv;
int64_t nTimeConnected;