Merge branch 'v0.8.3' into interop

This commit is contained in:
Paul Hauner
2019-09-06 22:04:13 +10:00
2 changed files with 35 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ where
T: ssz::Encode,
{
fn is_ssz_fixed_len() -> bool {
true
T::is_ssz_fixed_len()
}
fn ssz_fixed_len() -> usize {