aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorAmiti Uttarwar <amiti@uttarwar.org>2020-12-22 16:44:53 -0800
committerAmiti Uttarwar <amiti@uttarwar.org>2020-12-26 13:30:08 -0800
commit537053336fbc1b633e7c99286c3e3492eaca1e9d (patch)
treedd7fbe9373a6129088a8143522c0bdcd7862d13a /src/net.h
parent02cf20b9f571474c939d18a8b9d6b5d22479a222 (diff)
downloadbitcoin-537053336fbc1b633e7c99286c3e3492eaca1e9d.tar.xz
[rpc] Remove deprecated "addnode" field from getpeerinfo
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 1520a54686..be9cf742e4 100644
--- a/src/net.h
+++ b/src/net.h
@@ -702,7 +702,6 @@ public:
int nVersion;
std::string cleanSubVer;
bool fInbound;
- bool m_manual_connection;
bool m_bip152_highbandwidth_to;
bool m_bip152_highbandwidth_from;
int m_starting_height;