fix old ssz-static todo comment

This commit is contained in:
protolambda 2021-05-05 22:38:16 +02:00
parent 56bcb630db
commit 8ac59b7317
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -93,7 +93,6 @@ if __name__ == "__main__":
seed += 1
settings.append((seed, MAINNET, random_value.RandomizationMode.mode_random, False, 5))
seed += 1
# TODO: enable testing for the whole merge spec.
for fork in TESTGEN_FORKS:
gen_runner.run_generator("ssz_static", [
create_provider(fork, config_name, seed, mode, chaos, cases_if_random)