changed port to ZCL p2p port

This commit is contained in:
Rizki Wicaksono 2018-02-11 03:39:31 +00:00
parent 4ae79833a3
commit 37ee468599
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
extern bool fTestNet;
static inline unsigned short GetDefaultPort(const bool testnet = fTestNet)
{
return testnet ? 18333 : 8333;
return testnet ? 18033 : 8033;
}
//