From 9bba1c6aa25081400fe1961b4b48aa216f28fee4 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Fri, 22 Oct 2021 08:09:33 -0400 Subject: [PATCH] foo --- test/e2e/generator/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/generator/generate.go b/test/e2e/generator/generate.go index 2a69312e8..5cf17e8f1 100644 --- a/test/e2e/generator/generate.go +++ b/test/e2e/generator/generate.go @@ -147,7 +147,7 @@ func generateTestnet(r *rand.Rand, opt map[string]interface{}) (e2e.Manifest, er // Next, we generate validators. We make sure a BFT quorum of validators start // at the initial height, and that we have two archive nodes. We also set up // the initial validator set, and validator set updates for delayed nodes. - nextStartAt := 0 // manifest.InitialHeight + 5 + // nextStartAt := 0 // manifest.InitialHeight + 5 quorum := numValidators*2/3 + 1 for i := 1; i <= numValidators; i++ { startAt := int64(0)