changed regtest RPCport to 18443 to avoid conflict with testnet 18332

This commit is contained in:
Ferdinando M. Ametrano
2017-07-14 16:47:10 +02:00
committed by Ferdinando M. Ametrano
parent e222618a32
commit ce3baa193f
4 changed files with 14 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class CBaseRegTestParams : public CBaseChainParams
public:
CBaseRegTestParams()
{
nRPCPort = 18332;
nRPCPort = 18443;
strDataDir = "regtest";
}
};