From 266e1507502f6daee0781ed09098543b76837692 Mon Sep 17 00:00:00 2001 From: Bastian Driessen Date: Fri, 13 Feb 2026 07:36:25 +1000 Subject: [PATCH] Change testnet port to 12032 (testnet18). --- protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.h b/protocol.h index 9c470261..4729f442 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 ? 12032 : 12024; } //