mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 14:54:45 +00:00
Enable eth1 flag when eth1-endpoint is suppilied (#941)
This commit is contained in:
@@ -187,7 +187,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
Arg::with_name("eth1-endpoint")
|
||||
.long("eth1-endpoint")
|
||||
.value_name("HTTP-ENDPOINT")
|
||||
.help("Specifies the server for a web3 connection to the Eth1 chain.")
|
||||
.help("Specifies the server for a web3 connection to the Eth1 chain. Also enables the --eth1 flag.")
|
||||
.takes_value(true)
|
||||
.default_value("http://127.0.0.1:8545")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user