Skip to content

Commit e0535e1

Browse files
committed
Remove misleading comment about testnet's message string.
1 parent a574189 commit e0535e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/chainparams.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@ class CTestNetParams : public CMainParams {
192192
CTestNetParams() {
193193
networkID = CBaseChainParams::TESTNET;
194194
strNetworkID = "test";
195-
/**
196-
* The message start string is designed to be unlikely to occur in normal data.
197-
* The characters are rarely used upper ASCII, not valid as UTF-8, and produce
198-
* a large 4-byte int at any alignment.
199-
*/
200195
pchMessageStart[0] = 0x0b;
201196
pchMessageStart[1] = 0x11;
202197
pchMessageStart[2] = 0x09;

0 commit comments

Comments
 (0)