diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-09-04 13:43:19 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-09-04 13:42:42 -0400 |
commit | fab52675144480c96c5564da4650205f1a41b08e (patch) | |
tree | 632ac238ebca79b80d040a381ad90153762097c4 | |
parent | b012bbe358311cc4a73300ccca41b64272250277 (diff) |
doxygen: Remove misleading checkpoints comment in CMainParams
-rw-r--r-- | src/chainparams.cpp | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 93bb3e7647..b80cc2c259 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -4,16 +4,15 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chainparams.h> -#include <consensus/merkle.h> +#include <chainparamsseeds.h> +#include <consensus/merkle.h> #include <tinyformat.h> #include <util.h> #include <utilstrencodings.h> #include <assert.h> -#include <chainparamsseeds.h> - static CBlock CreateGenesisBlock(const char* pszTimestamp, const CScript& genesisOutputScript, uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward) { CMutableTransaction txNew; @@ -62,14 +61,6 @@ void CChainParams::UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64 /** * Main network */ -/** - * What makes a good checkpoint block? - * + Is surrounded by blocks with reasonable timestamps - * (no blocks before with a timestamp after, none after with - * timestamp before) - * + Contains no strange transactions - */ - class CMainParams : public CChainParams { public: CMainParams() { |