mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Fix chunk index bug with structs
This commit is contained in:
@@ -28,7 +28,7 @@ pub trait CachedTreeHash<Item>: TreeHash {
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct CachedTreeHasher {
|
||||
cache: TreeHashCache,
|
||||
pub cache: TreeHashCache,
|
||||
}
|
||||
|
||||
impl CachedTreeHasher {
|
||||
|
||||
Reference in New Issue
Block a user