From 5e1a2ebf25649a21823b1584fab1c7983f0d49a2 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 9 Jul 2019 20:30:29 +1000 Subject: [PATCH] Uncomment broken tree hash impl for variable list --- eth2/utils/ssz_types/src/variable_list.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/eth2/utils/ssz_types/src/variable_list.rs b/eth2/utils/ssz_types/src/variable_list.rs index 1d9a3349e6..68f03deed0 100644 --- a/eth2/utils/ssz_types/src/variable_list.rs +++ b/eth2/utils/ssz_types/src/variable_list.rs @@ -210,7 +210,6 @@ mod test { } } -/* impl tree_hash::TreeHash for VariableList where T: tree_hash::TreeHash, @@ -258,7 +257,6 @@ where Ok(()) } } -*/ impl ssz::Encode for VariableList where