From 990bc2ea526c7a1602fc09453a3ab0cc082bcac3 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Wed, 9 Sep 2020 11:00:02 +0200 Subject: [PATCH] remove obsolete comment --- beacon_chain.nimble | 1 - 1 file changed, 1 deletion(-) diff --git a/beacon_chain.nimble b/beacon_chain.nimble index 89035feb7..7f3ef7630 100644 --- a/beacon_chain.nimble +++ b/beacon_chain.nimble @@ -80,7 +80,6 @@ task test, "Run all tests": # Consensus object SSZ tests buildAndRunBinary "test_fixture_ssz_consensus_objects", "tests/official/", """-d:chronicles_log_level=TRACE -d:const_preset=mainnet -d:chronicles_sinks="json[file]"""" - # 0.12.1 buildAndRunBinary "all_fixtures_require_ssz", "tests/official/", """-d:chronicles_log_level=TRACE -d:const_preset=mainnet -d:chronicles_sinks="json[file]"""" # State and block sims; getting to 4th epoch triggers consensus checks