Fix bug in SSZ encoding of FixedVector

This commit is contained in:
Michael Sproul 2019-09-06 17:05:40 +10:00
parent 24ebad9168
commit 1c9e4bc09c
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

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 {