Skip to content

Commit

Permalink
Merge pull request #5350
Browse files Browse the repository at this point in the history
e0535e1 Remove misleading comment about testnet's message string. (Pavel Janík)
  • Loading branch information
gmaxwell committed Nov 23, 2014
2 parents eac749a + e0535e1 commit cbf28c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ class CTestNetParams : public CMainParams {
CTestNetParams() {
networkID = CBaseChainParams::TESTNET;
strNetworkID = "test";
/**
* The message start string is designed to be unlikely to occur in normal data.
* The characters are rarely used upper ASCII, not valid as UTF-8, and produce
* a large 4-byte int at any alignment.
*/
pchMessageStart[0] = 0x0b;
pchMessageStart[1] = 0x11;
pchMessageStart[2] = 0x09;
Expand Down

0 comments on commit cbf28c6

Please sign in to comment.