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

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]