mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 04:13:00 +00:00
Remove child_nodes method from CachedTreeHash
This commit is contained in:
@@ -47,8 +47,6 @@ pub trait CachedTreeHash<Item>: Debug {
|
||||
|
||||
fn btree_overlay(&self, chunk_offset: usize) -> Result<BTreeOverlay, Error>;
|
||||
|
||||
fn num_child_nodes(&self) -> usize;
|
||||
|
||||
fn packed_encoding(&self) -> Vec<u8>;
|
||||
|
||||
fn packing_factor() -> usize;
|
||||
|
||||
Reference in New Issue
Block a user