MarcoFalke
2021-08-26 10:39:10 +02:00
parent fa786570a5
commit fa9eade142
9 changed files with 11 additions and 19 deletions

View File

@@ -248,7 +248,7 @@ public:
int64_t nLastBlockTime;
int64_t nTimeConnected;
int64_t nTimeOffset;
std::string addrName;
std::string m_addr_name;
int nVersion;
std::string cleanSubVer;
bool fInbound;
@@ -659,8 +659,6 @@ public:
return nLocalServices;
}
std::string GetAddrName() const;
std::string ConnectionTypeAsString() const { return ::ConnectionTypeAsString(m_conn_type); }
/** A ping-pong round trip has completed successfully. Update latest and minimum ping times. */