diff options
| author | João Barbosa <[email protected]> | 2018-01-12 00:23:09 +0000 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2018-03-06 19:52:19 +0000 |
| commit | 92fabcd443322dcfdf2b3477515fae79e8647d86 (patch) | |
| tree | 5511c22adffa3eaccb75afdd2ec53c81550ff7d3 /src/checkpoints.h | |
| parent | Add missing cs_lock in CreateWalletFromFile (diff) | |
| download | discoin-92fabcd443322dcfdf2b3477515fae79e8647d86.tar.xz discoin-92fabcd443322dcfdf2b3477515fae79e8647d86.zip | |
Add LookupBlockIndex function
Diffstat (limited to 'src/checkpoints.h')
| -rw-r--r-- | src/checkpoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkpoints.h b/src/checkpoints.h index bf935f80a..564b48639 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -19,7 +19,7 @@ struct CCheckpointData; namespace Checkpoints { -//! Returns last CBlockIndex* in mapBlockIndex that is a checkpoint +//! Returns last CBlockIndex* that is a checkpoint CBlockIndex* GetLastCheckpoint(const CCheckpointData& data); } //namespace Checkpoints |