From 537053336fbc1b633e7c99286c3e3492eaca1e9d Mon Sep 17 00:00:00 2001 From: Amiti Uttarwar Date: Tue, 22 Dec 2020 16:44:53 -0800 Subject: [rpc] Remove deprecated "addnode" field from getpeerinfo --- src/net.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net.cpp') 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 &m_asmap) X(cleanSubVer); } stats.fInbound = IsInboundConn(); - stats.m_manual_connection = IsManualConn(); X(m_bip152_highbandwidth_to); X(m_bip152_highbandwidth_from); { -- cgit v1.2.3