mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 15:38:55 +00:00
⏪️ reset `chaos
` to False
This commit is contained in:
parent
bd34c6560c
commit
872e404bce
@ -9,7 +9,7 @@ def uint_case_fn(rng: Random, mode: RandomizationMode, typ: Type[BasicView]):
|
||||
return get_random_ssz_object(rng, typ,
|
||||
max_bytes_length=typ.type_byte_length(),
|
||||
max_list_length=1,
|
||||
mode=mode, chaos=True)
|
||||
mode=mode, chaos=False)
|
||||
|
||||
|
||||
UINT_TYPES = [uint8, uint16, uint32, uint64, uint128, uint256]
|
||||
|
Loading…
x
Reference in New Issue
Block a user