Update tests/formats/ssz_generic/README.md

This commit is contained in:
Alex Stokes 2021-10-27 05:55:53 -06:00 committed by GitHub
parent ec516a7625
commit 43a659a51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class ComplexTestStruct(Container):
A: uint16
B: List[uint16, 128]
C: uint8
D: List[uint8, 256]
D: ByteList[256]
E: VarTestStruct
F: Vector[FixedTestStruct, 4]
G: Vector[VarTestStruct, 2]