mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 05:48:20 +01:00
changed regtest RPCport to 18443 to avoid conflict with testnet 18332
This commit is contained in:
committed by
Ferdinando M. Ametrano
parent
e222618a32
commit
ce3baa193f
@@ -57,7 +57,7 @@ class CBaseRegTestParams : public CBaseChainParams
|
||||
public:
|
||||
CBaseRegTestParams()
|
||||
{
|
||||
nRPCPort = 18332;
|
||||
nRPCPort = 18443;
|
||||
strDataDir = "regtest";
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user