Skip to content

Commit

Permalink
Remove unsupported CLI flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 15, 2025
1 parent 7bde395 commit 09a7709
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cli/test/utils/crucible/clients/beacon/lighthouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ export const generateLighthouseBeaconNode: BeaconNodeGenerator<BeaconClient.Ligh
"testnet-dir": rootDirMounted,
datadir: rootDirMounted,
http: null,
// Enable the RESTful HTTP API server. Disabled by default.
// Forces the HTTP to indicate that the node is synced when sync is actually
// stalled. This is useful for very small testnets. TESTING ONLY. DO NOT USE ON MAINNET.
"http-allow-sync-stalled": null,
"http-address": "0.0.0.0",
"http-port": ports.beacon.httpPort,
"http-allow-origin": "*",
Expand Down

0 comments on commit 09a7709

Please sign in to comment.