Skip to content

Commit

Permalink
Change RPC Port
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jun 22, 2018
1 parent 359525d commit ec48c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparamsbase.cpp
Expand Up @@ -32,7 +32,7 @@ class CBaseMainParams : public CBaseChainParams
public:
CBaseMainParams()
{
nRPCPort = 8556;//rPort
nRPCPort = 7952;//rPort
}
};

Expand All @@ -44,7 +44,7 @@ class CBaseTestNetParams : public CBaseChainParams
public:
CBaseTestNetParams()
{
nRPCPort = 50332;
nRPCPort = 50732;
strDataDir = "testnet3";
}
};
Expand All @@ -57,7 +57,7 @@ class CBaseRegTestParams : public CBaseChainParams
public:
CBaseRegTestParams()
{
nRPCPort = 50332;
nRPCPort = 50732;
strDataDir = "regtest";
}
};
Expand Down

0 comments on commit ec48c4f

Please sign in to comment.