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