Remove misleading comment about testnet's message string.
This commit is contained in:
parent
a574189e2a
commit
e0535e15ab
1 changed files with 0 additions and 5 deletions
|
@ -192,11 +192,6 @@ public:
|
||||||
CTestNetParams() {
|
CTestNetParams() {
|
||||||
networkID = CBaseChainParams::TESTNET;
|
networkID = CBaseChainParams::TESTNET;
|
||||||
strNetworkID = "test";
|
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[0] = 0x0b;
|
||||||
pchMessageStart[1] = 0x11;
|
pchMessageStart[1] = 0x11;
|
||||||
pchMessageStart[2] = 0x09;
|
pchMessageStart[2] = 0x09;
|
||||||
|
|
Loading…
Add table
Reference in a new issue