Add refactoring TODO to Header-related structs

This commit is contained in:
Roman Zeyde 2018-05-03 15:21:56 +03:00
parent 06a2326e46
commit 53d55e9842
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -33,6 +33,7 @@ fn full_hash(hash: &[u8]) -> FullHash {
array_ref![hash, 0, HASH_LEN].clone()
}
// TODO: move to a separate file (to break index<->daemon dependency)
#[derive(Eq, PartialEq, Clone)]
pub struct HeaderEntry {
height: usize,