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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net.h') 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; -- cgit v1.2.3