Skip to content

Commit

Permalink
Merge pull request #5 from dgarage/port-fix
Browse files Browse the repository at this point in the history
Changed default port for BC2 net.
  • Loading branch information
kallewoof committed Jul 19, 2017
2 parents 966a705 + fa8e24a commit a593ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class CBC2Params : public CChainParams {
pchMessageStart[1] = 0xee;
pchMessageStart[2] = 0x8c;
pchMessageStart[3] = 0xe5;
nDefaultPort = 9232;
nDefaultPort = 10232;
nPruneAfterHeight = 100000;

std::vector<uint32_t> vEdges{
Expand Down

0 comments on commit a593ffa

Please sign in to comment.