Fix bug in SSZ encoding of FixedVector
This commit is contained in:
parent
24ebad9168
commit
1c9e4bc09c
@ -172,7 +172,7 @@ where
|
|||||||
T: ssz::Encode,
|
T: ssz::Encode,
|
||||||
{
|
{
|
||||||
fn is_ssz_fixed_len() -> bool {
|
fn is_ssz_fixed_len() -> bool {
|
||||||
true
|
T::is_ssz_fixed_len()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn ssz_fixed_len() -> usize {
|
fn ssz_fixed_len() -> usize {
|
||||||
|
Loading…
Reference in New Issue
Block a user