Remove usage of the word "Height" in a comment

This commit is contained in:
Luke Parker 2022-12-05 13:02:19 -05:00
parent 6085a8bb9d
commit 7a16ce78b0
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ pub trait CoinDb {
}
pub struct MemCoinDb {
// Height this coin has been scanned to
// Block number of the block this coin has been scanned to
scanned_block: usize,
// Acknowledged block for a given canonical block
acknowledged_blocks: HashMap<usize, usize>,