Clarify eth1 error message (#2461)
## Issue Addressed - Closes #2452 ## Proposed Changes Addresses: https://github.com/sigp/lighthouse/issues/2452#issuecomment-879873511 ## Additional Info NA
This commit is contained in:
parent
a3a7f39b0d
commit
b0f5c4c776
@ -694,8 +694,8 @@ impl Service {
|
|||||||
{
|
{
|
||||||
crit!(
|
crit!(
|
||||||
self.log,
|
self.log,
|
||||||
"Couldn't connect to any eth1 node. Please ensure that you have an \
|
"Could not connect to a suitable eth1 node. Please ensure that you have \
|
||||||
eth1 http server running locally on http://localhost:8545 or specify \
|
an eth1 http server running locally on http://localhost:8545 or specify \
|
||||||
one or more (remote) endpoints using \
|
one or more (remote) endpoints using \
|
||||||
`--eth1-endpoints <COMMA-SEPARATED-SERVER-ADDRESSES>`. \
|
`--eth1-endpoints <COMMA-SEPARATED-SERVER-ADDRESSES>`. \
|
||||||
Also ensure that `eth` and `net` apis are enabled on the eth1 http \
|
Also ensure that `eth` and `net` apis are enabled on the eth1 http \
|
||||||
|
Loading…
Reference in New Issue
Block a user