merged upstream changes

This commit is contained in:
Darren Langley
2019-02-23 14:24:23 +10:00
79 changed files with 1836 additions and 1416 deletions

View File

@@ -187,8 +187,8 @@ impl Serialize for BooleanBitfield {
}
impl ssz::TreeHash for BooleanBitfield {
fn hash_tree_root(&self) -> Vec<u8> {
self.to_bytes().hash_tree_root()
fn hash_tree_root_internal(&self) -> Vec<u8> {
self.to_bytes().hash_tree_root_internal()
}
}