Add refactoring TODO to Header-related structs
This commit is contained in:
parent
06a2326e46
commit
53d55e9842
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user