Fix typos in comments

This commit is contained in:
thunderbiscuit
2021-11-23 13:40:58 -05:00
parent b9fc06195b
commit 7f8103dd76
14 changed files with 17 additions and 17 deletions

View File

@@ -398,7 +398,7 @@ impl ChainStore<Full> {
);
}
// Delete full blocks overriden by snapshot
// Delete full blocks overridden by snapshot
let from_key = StoreEntry::Block(Some(snaphost.min_height)).get_key();
let to_key = StoreEntry::Block(Some(usize::MAX)).get_key();
batch.delete_range(&from_key, &to_key);