From 609128d004bd4766b955e18887e60302f4540c4b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sun, 4 Jun 2023 16:42:44 -0600 Subject: [PATCH] Blind fix for lcli error --- .../cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh b/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh index 18b0ecf8..64450bb8 100755 --- a/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh +++ b/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh @@ -27,6 +27,7 @@ lcli \ --deposit-contract-address $ETH1_DEPOSIT_CONTRACT_ADDRESS \ --testnet-dir $TESTNET_DIR \ --min-genesis-active-validator-count $GENESIS_VALIDATOR_COUNT \ + --validator-count $VALIDATOR_COUNT --min-genesis-time $GENESIS_TIME \ --genesis-delay $GENESIS_DELAY \ --genesis-fork-version $GENESIS_FORK_VERSION \