diff options
author | Gregory Maxwell <greg@xiph.org> | 2015-11-22 14:00:58 -0800 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2015-11-22 14:01:33 -0800 |
commit | c322652b71b9642199490c44dcdf5371c53de585 (patch) | |
tree | 70664b5b04820286ea00be7a1cb51862bbaba6bc /src/net.h | |
parent | 31de2414c65d62b0f5e4dc7d967be1279ca2e027 (diff) | |
parent | 80ae230a52ab781806876ea8be174b1793b9b683 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -180,6 +180,7 @@ class CNodeStats public: NodeId nodeid; uint64_t nServices; + bool fRelayTxes; int64_t nLastSend; int64_t nLastRecv; int64_t nTimeConnected; |