diff options
| author | Gregory Maxwell <[email protected]> | 2014-11-22 20:35:52 -0800 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2014-11-22 20:36:01 -0800 |
| commit | cbf28c6619fe348a258dfd7d08bdbd2392d07511 (patch) | |
| tree | 939d14cc554722cf55cd62f484552acbf335f8bc /src | |
| parent | Merge pull request #5348 (diff) | |
| parent | Remove misleading comment about testnet's message string. (diff) | |
| download | discoin-cbf28c6619fe348a258dfd7d08bdbd2392d07511.tar.xz discoin-cbf28c6619fe348a258dfd7d08bdbd2392d07511.zip | |
Merge pull request #5350
e0535e1 Remove misleading comment about testnet's message string. (Pavel JanÃk)
Diffstat (limited to 'src')
| -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; |