aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-10-22 10:56:38 +0100
committerJohn Newbery <john@johnnewbery.com>2020-12-09 18:13:37 +0000
commit34e33ab8592d757b3acfe812c20d235029bbc319 (patch)
tree92fe61dc4eb99ce083e4192e828fb661b1d33c16 /src/net.h
parent68334b39443b3cfd75b0ef815ac40074185386f2 (diff)
downloadbitcoin-34e33ab8592d757b3acfe812c20d235029bbc319.tar.xz
Remove g_relay_txes
Also remove vestigial commend in init.cpp
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 2fed49540d..cd3a80d29b 100644
--- a/src/net.h
+++ b/src/net.h
@@ -665,7 +665,6 @@ CAddress GetLocalAddress(const CNetAddr *paddrPeer, ServiceFlags nLocalServices)
extern bool fDiscover;
extern bool fListen;
-extern bool g_relay_txes;
/** Subversion as sent to the P2P network in `version` messages */
extern std::string strSubVersion;