We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a574189 commit e0535e1Copy full SHA for e0535e1
src/chainparams.cpp
@@ -192,11 +192,6 @@ class CTestNetParams : public CMainParams {
192
CTestNetParams() {
193
networkID = CBaseChainParams::TESTNET;
194
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
- */
200
pchMessageStart[0] = 0x0b;
201
pchMessageStart[1] = 0x11;
202
pchMessageStart[2] = 0x09;
0 commit comments