diff options
| author | Pavel Janík <[email protected]> | 2014-11-22 18:41:44 +0100 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2014-11-22 22:22:12 +0100 |
| commit | e0535e15ab085e0b989e412ef88a629c028d96d3 (patch) | |
| tree | 5e0607b2bb82f90dca35a282a1d4cf548b57b5f4 /src/chainparams.cpp | |
| parent | Merge pull request #4727 (diff) | |
| download | discoin-e0535e15ab085e0b989e412ef88a629c028d96d3.tar.xz discoin-e0535e15ab085e0b989e412ef88a629c028d96d3.zip | |
Remove misleading comment about testnet's message string.
Diffstat (limited to 'src/chainparams.cpp')
| -rw-r--r-- | src/chainparams.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index e539eb7bd..8a6a061ea 100644 --- a/src/chainparams.cpp +++ b/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; |