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; } //