Skip to content

Commit fab5267

Browse files
author
MarcoFalke
committed
doxygen: Remove misleading checkpoints comment in CMainParams
1 parent b012bbe commit fab5267

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/chainparams.cpp

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
#include <chainparams.h>
7-
#include <consensus/merkle.h>
87

8+
#include <chainparamsseeds.h>
9+
#include <consensus/merkle.h>
910
#include <tinyformat.h>
1011
#include <util.h>
1112
#include <utilstrencodings.h>
1213

1314
#include <assert.h>
1415

15-
#include <chainparamsseeds.h>
16-
1716
static CBlock CreateGenesisBlock(const char* pszTimestamp, const CScript& genesisOutputScript, uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward)
1817
{
1918
CMutableTransaction txNew;
@@ -62,14 +61,6 @@ void CChainParams::UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64
6261
/**
6362
* Main network
6463
*/
65-
/**
66-
* What makes a good checkpoint block?
67-
* + Is surrounded by blocks with reasonable timestamps
68-
* (no blocks before with a timestamp after, none after with
69-
* timestamp before)
70-
* + Contains no strange transactions
71-
*/
72-
7364
class CMainParams : public CChainParams {
7465
public:
7566
CMainParams() {

0 commit comments

Comments
 (0)