mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 06:57:53 +01:00
Fix a typo
This commit is contained in:
parent
94f0afaf85
commit
0d44ec67e2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ impl NewHeader {
|
|||
}
|
||||
}
|
||||
|
||||
/// Curent blockchain headers' list
|
||||
/// Current blockchain headers' list
|
||||
pub struct Chain {
|
||||
headers: Vec<(BlockHash, BlockHeader)>,
|
||||
heights: HashMap<BlockHash, usize>,
|
||||
|
|
Loading…
Add table
Reference in a new issue