Update zebra-consensus/src/checkpoint/list.rs

Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
This commit is contained in:
Jane Lusby 2020-07-10 10:51:51 -07:00 committed by Henry de Valence
parent 6f064e0154
commit 72ec79dd5e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ impl CheckpointList {
Ok(CheckpointList(checkpoints))
}
/// Return true if there a checkpoint at `height`.
/// Return true if there is a checkpoint at `height`.
///
/// See `BTreeMap::contains_key()` for details.
pub fn contains(&self, height: BlockHeight) -> bool {