Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug with participant counts that lead to more than needed partic…
…ipants (#221) ```json { "participants": [ { "el_client_type": "geth", "el_client_image": "ethpandaops/geth:lightclient-devnet-8-edf4ab3", "cl_client_type": "lighthouse", "cl_client_image": "sigp/lighthouse:deneb", "count": 1 }, { "el_client_type": "geth", "el_client_image": "ethpandaops/geth:lightclient-devnet-8-edf4ab3", "cl_client_type": "teku", "cl_client_image": "consensys/teku:develop", "count": 3 } ] } ``` Sample input would misbehave before this fix
- Loading branch information