1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 23:08:39 +01:00

Remove fixed TODO

This commit is contained in:
Roman Zeyde 2018-05-30 22:21:35 +03:00
parent 43b952703f
commit 32226298e2
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -355,7 +355,6 @@ impl<'a> Iterator for Batching<'a> {
}
pub struct Index {
// TODO: store also a &HeaderMap.
// TODO: store also latest snapshot.
headers: RwLock<HeaderList>,
}