aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2015-11-22 14:00:58 -0800
committerGregory Maxwell <greg@xiph.org>2015-11-22 14:01:33 -0800
commitc322652b71b9642199490c44dcdf5371c53de585 (patch)
tree70664b5b04820286ea00be7a1cb51862bbaba6bc /src/net.h
parent31de2414c65d62b0f5e4dc7d967be1279ca2e027 (diff)
parent80ae230a52ab781806876ea8be174b1793b9b683 (diff)
downloadbitcoin-c322652b71b9642199490c44dcdf5371c53de585.tar.xz
Merge pull request #7046
80ae230 Improve log messages for blocks only violations. (Patick Strateman) 08843ed Add relaytxes status to getpeerinfo (Peter Todd) d8aaa51 Bail early in processing transactions in blocks only mode. (Patick Strateman) 3587f6a Fix relay mechanism for whitelisted peers under blocks only mode. (Patick Strateman)
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 ebdbe77565..559cdf0878 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;