diff options
| author | Pieter Wuille <[email protected]> | 2012-03-26 16:48:23 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-03-26 16:48:23 +0200 |
| commit | 6b8de05d0a6696dff4b7dccec5b74889f3cdc486 (patch) | |
| tree | 123b892a842e3a99342cc4806b4a833b2a635b52 /src/checkpoints.h | |
| parent | Merge pull request #974 from sipa/walletupgrade (diff) | |
| download | discoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.tar.xz discoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.zip | |
Begin doxygen-compatible comments
Diffstat (limited to 'src/checkpoints.h')
| -rw-r--r-- | src/checkpoints.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/checkpoints.h b/src/checkpoints.h index ac2076c8f..38902ac0a 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -10,10 +10,9 @@ class uint256; class CBlockIndex; -// -// 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 |