mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Add offset manager method to cache hash trait
This commit is contained in:
@@ -12,6 +12,10 @@ impl CachedTreeHash for u64 {
|
||||
8
|
||||
}
|
||||
|
||||
fn offset_handler(&self, _initial_offset: usize) -> Option<OffsetHandler> {
|
||||
None
|
||||
}
|
||||
|
||||
fn num_child_nodes(&self) -> usize {
|
||||
0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user