From bd11aa0e5457705d64a2a786a995cc4e8bc4b197 Mon Sep 17 00:00:00 2001 From: Bastian Driessen Date: Wed, 24 Dec 2025 07:53:10 +1000 Subject: [PATCH] Change testnet port to 12033 (testnet11). --- protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.h b/protocol.h index 9c470261..c044d6f0 100644 --- a/protocol.h +++ b/protocol.h @@ -18,7 +18,7 @@ extern bool fTestNet; static inline unsigned short GetDefaultPort(const bool testnet = fTestNet) { - return testnet ? 12026 : 12024; + return testnet ? 12033 : 12024; } //