Uncomment broken tree hash impl for variable list
This commit is contained in:
parent
bb3b3fd8b9
commit
5e1a2ebf25
@ -210,7 +210,6 @@ mod test {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
impl<T, N: Unsigned> tree_hash::TreeHash for VariableList<T, N>
|
||||
where
|
||||
T: tree_hash::TreeHash,
|
||||
@ -258,7 +257,6 @@ where
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
impl<T, N: Unsigned> ssz::Encode for VariableList<T, N>
|
||||
where
|
||||
|
Loading…
Reference in New Issue
Block a user