From af9103cc792e17f35249f1d4cb30f0d6958ceb75 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 25 Dec 2020 14:25:45 +0100 Subject: net, rpc: change CNodeStats::m_network from string to Network --- src/net.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 1520a54686..faf1782086 100644 --- a/src/net.h +++ b/src/net.h @@ -722,8 +722,8 @@ public: CAddress addr; // Bind address of our side of the connection CAddress addrBind; - // Name of the network the peer connected through - std::string m_network; + // Network the peer connected through + Network m_network; uint32_t m_mapped_as; std::string m_conn_type_string; }; -- cgit v1.2.3