Browse Source

Merge pull request #5350

e0535e1 Remove misleading comment about testnet's message string. (Pavel Janík)
pull/145/head
Gregory Maxwell 10 years ago
parent
commit
cbf28c6619
No known key found for this signature in database GPG Key ID: EAB5AF94D9E9ABE7
  1. 5
      src/chainparams.cpp

5
src/chainparams.cpp

@ -192,11 +192,6 @@ public:
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;

Loading…
Cancel
Save