diff options
author | Amiti Uttarwar <amiti@uttarwar.org> | 2020-12-22 16:44:53 -0800 |
---|---|---|
committer | Amiti Uttarwar <amiti@uttarwar.org> | 2020-12-26 13:30:08 -0800 |
commit | 537053336fbc1b633e7c99286c3e3492eaca1e9d (patch) | |
tree | dd7fbe9373a6129088a8143522c0bdcd7862d13a /src/net.cpp | |
parent | 02cf20b9f571474c939d18a8b9d6b5d22479a222 (diff) |
[rpc] Remove deprecated "addnode" field from getpeerinfo
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 7df0d11d37..f2bcb3226b 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -587,7 +587,6 @@ void CNode::copyStats(CNodeStats &stats, const std::vector<bool> &m_asmap) X(cleanSubVer); } stats.fInbound = IsInboundConn(); - stats.m_manual_connection = IsManualConn(); X(m_bip152_highbandwidth_to); X(m_bip152_highbandwidth_from); { |