mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +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>
|
||||
where
|
||||
T: tree_hash::TreeHash,
|
||||
@@ -258,7 +257,6 @@ where
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
impl<T, N: Unsigned> ssz::Encode for VariableList<T, N>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user