fix compile errors

This commit is contained in:
Callum Waters
2022-07-25 13:00:02 +02:00
parent d96f8812e1
commit 16103144e7
36 changed files with 329 additions and 33 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ func generateTestnet(r *rand.Rand, opt map[string]interface{}) (e2e.Manifest, er
numValidators = 4
case "large":
// FIXME Networks are kept small since large ones use too much CPU.
numSeeds = r.Intn(1)
numSeeds = r.Intn(2)
numLightClients = r.Intn(2)
numValidators = 4 + r.Intn(4)
numFulls = r.Intn(4)