From 6423c8175fad3163c10ffdb49e0df48e4e4931f1 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 1 Mar 2021 21:35:28 +0100 Subject: p2p, refactor: pass and use uint16_t CService::port as uint16_t --- src/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index beef47f045..259387e522 100644 --- a/src/net.h +++ b/src/net.h @@ -229,7 +229,7 @@ extern std::string strSubVersion; struct LocalServiceInfo { int nScore; - int nPort; + uint16_t nPort; }; extern RecursiveMutex cs_mapLocalHost; -- cgit v1.2.3