mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 02:33:48 +00:00
make execution-endpoint required (#5165)
* make `execution-endpoint` mandatory * use parse_required instead * make test pass * Merge branch 'unstable' into make_ee_required * fix test * Merge branch 'unstable' into make_ee_required * Fix cli help text * Fix tests * Merge branch 'unstable' into make_ee_required * Add comment * Clarification * Merge remote-tracking branch 'origin/unstable' into make_ee_required
This commit is contained in:
@@ -5,7 +5,7 @@ The primary component which connects to the Ethereum 2.0 P2P network and
|
||||
downloads, verifies and stores blocks. Provides a HTTP API for querying the
|
||||
beacon chain and publishing messages to the network.
|
||||
|
||||
Usage: lighthouse beacon_node [OPTIONS]
|
||||
Usage: lighthouse beacon_node [OPTIONS] --execution-endpoint <EXECUTION-ENDPOINT>
|
||||
|
||||
Options:
|
||||
--auto-compact-db <auto-compact-db>
|
||||
|
||||
Reference in New Issue
Block a user