Skip to content

Commit

Permalink
fix rpc ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jl777 committed Sep 13, 2016
1 parent 5166804 commit 94cc76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparamsbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CBaseMainParams : public CBaseChainParams
public:
CBaseMainParams()
{
nRPCPort = 8232;
nRPCPort = 7771;
}
};
static CBaseMainParams mainParams;
Expand All @@ -30,7 +30,7 @@ class CBaseTestNetParams : public CBaseMainParams
public:
CBaseTestNetParams()
{
nRPCPort = 18232;
nRPCPort = 17771;
strDataDir = "testnet3";
}
};
Expand Down

0 comments on commit 94cc76b

Please sign in to comment.