mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Uncomment broken tree hash impl for variable list
This commit is contained in:
@@ -210,7 +210,6 @@ mod test {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
impl<T, N: Unsigned> tree_hash::TreeHash for VariableList<T, N>
|
impl<T, N: Unsigned> tree_hash::TreeHash for VariableList<T, N>
|
||||||
where
|
where
|
||||||
T: tree_hash::TreeHash,
|
T: tree_hash::TreeHash,
|
||||||
@@ -258,7 +257,6 @@ where
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
impl<T, N: Unsigned> ssz::Encode for VariableList<T, N>
|
impl<T, N: Unsigned> ssz::Encode for VariableList<T, N>
|
||||||
where
|
where
|
||||||
|
|||||||
Reference in New Issue
Block a user