1
0
Fork 0
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:
Roman Zeyde 2021-06-29 15:00:06 +03:00
parent 94f0afaf85
commit 0d44ec67e2

View file

@ -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>,