mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Remove usage of the word "Height" in a comment
This commit is contained in:
parent
6085a8bb9d
commit
7a16ce78b0
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue