mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Remove usage of the word "Height" in a comment
This commit is contained in:
@@ -60,7 +60,7 @@ pub trait CoinDb {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct MemCoinDb {
|
pub struct MemCoinDb {
|
||||||
// Height this coin has been scanned to
|
// Block number of the block this coin has been scanned to
|
||||||
scanned_block: usize,
|
scanned_block: usize,
|
||||||
// Acknowledged block for a given canonical block
|
// Acknowledged block for a given canonical block
|
||||||
acknowledged_blocks: HashMap<usize, usize>,
|
acknowledged_blocks: HashMap<usize, usize>,
|
||||||
|
|||||||
Reference in New Issue
Block a user