Fix chunk index bug with structs

This commit is contained in:
Paul Hauner
2019-04-26 17:39:38 +10:00
parent d3309b9f7e
commit a425beb42a
4 changed files with 44 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ pub trait CachedTreeHash<Item>: TreeHash {
#[derive(Debug, PartialEq)]
pub struct CachedTreeHasher {
cache: TreeHashCache,
pub cache: TreeHashCache,
}
impl CachedTreeHasher {