Uncomment broken tree hash impl for variable list

This commit is contained in:
Paul Hauner
2019-07-09 20:30:29 +10:00
parent bb3b3fd8b9
commit 5e1a2ebf25

View File

@@ -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