mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Remove num_items from BTreeOverlay
This commit is contained in:
@@ -34,7 +34,7 @@ impl TreeHashCache {
|
||||
where
|
||||
T: CachedTreeHash<T>,
|
||||
{
|
||||
let overlay = BTreeOverlay::new(item, 0, depth)?;
|
||||
let overlay = BTreeOverlay::new(item, 0, depth);
|
||||
|
||||
// Note how many leaves were provided. If is not a power-of-two, we'll need to pad it out
|
||||
// later.
|
||||
|
||||
Reference in New Issue
Block a user