X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fcheckpoints.h;fp=src%2Fcheckpoints.h;h=ff815c8650615495db127620e2b9431e1b1be31b;hp=c09e568a47ec4a5bdb0d14b8174a6f6e98cec157;hb=0561bbd1c69263dceb24ffacf850788e6e961a13;hpb=34b67676bb113a79f5f3784dd41541ea1d174729 diff --git a/src/checkpoints.h b/src/checkpoints.h index c09e568..ff815c8 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,11 +1,12 @@ -// Copyright (c) 2011 The Bitcoin developers +// Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINT_H #define BITCOIN_CHECKPOINT_H #include +#include "net.h" #include "util.h" #define STAKE_MIN_AGE (60 * 60 * 24) // minimum age for coin age @@ -15,10 +16,9 @@ class uint256; class CBlockIndex; class CSyncCheckpoint; -// -// Block-chain checkpoints are compiled-in sanity checks. -// They are updated every release or three. -// +/** Block-chain checkpoints are compiled-in sanity checks. + * They are updated every release or three. + */ namespace Checkpoints { // Returns true if block passes checkpoint checks