aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-05-12 14:00:22 +0200
committerWladimir J. van der Laan <[email protected]>2016-05-12 14:12:46 +0200
commit581ddff05c92eb835a20c2be9ccf5d2d37b94883 (patch)
treea06b20aa1f251256346bf9fac761164b57c53bce /src/net.h
parentMerge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX (diff)
downloaddiscoin-581ddff05c92eb835a20c2be9ccf5d2d37b94883.tar.xz
discoin-581ddff05c92eb835a20c2be9ccf5d2d37b94883.zip
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 b6ec7bf3e..66511e0fb 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;