Merge pull request #2677 from ethereum/ralexstokes-patch-1

Update `ssz_generic` test format README
This commit is contained in:
Alex Stokes 2021-10-28 02:33:56 -06:00 committed by GitHub
commit 0eff6e0a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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