aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-05-12 14:00:22 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-05-12 14:12:46 +0200
commit581ddff05c92eb835a20c2be9ccf5d2d37b94883 (patch)
treea06b20aa1f251256346bf9fac761164b57c53bce /src/net.h
parent169d379c98357a17e634f34b5e72033c69f9a7cb (diff)
downloadbitcoin-581ddff05c92eb835a20c2be9ccf5d2d37b94883.tar.xz
net: Add fRelayTxes flag
Add a fRelayTxes to keep track of the relay transaction flag we send to other peers.
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 b6ec7bf3e2..66511e0fbd 100644
--- a/src/net.h
+++ b/src/net.h
@@ -153,6 +153,7 @@ CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL);
extern bool fDiscover;
extern bool fListen;
extern uint64_t nLocalServices;
+extern bool fRelayTxes;
extern uint64_t nLocalHostNonce;
extern CAddrMan addrman;