Skip to content

Commit

Permalink
Clarify eth1 error message (sigp#2461)
Browse files Browse the repository at this point in the history
## Issue Addressed

- Closes sigp#2452

## Proposed Changes

Addresses: sigp#2452 (comment)

## Additional Info

NA
  • Loading branch information
paulhauner committed Jul 15, 2021
1 parent a3a7f39 commit b0f5c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/eth1/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ impl Service {
{
crit!(
self.log,
"Couldn't connect to any eth1 node. Please ensure that you have an \
eth1 http server running locally on http://localhost:8545 or specify \
"Could not connect to a suitable eth1 node. Please ensure that you have \
an eth1 http server running locally on http://localhost:8545 or specify \
one or more (remote) endpoints using \
`--eth1-endpoints <COMMA-SEPARATED-SERVER-ADDRESSES>`. \
Also ensure that `eth` and `net` apis are enabled on the eth1 http \
Expand Down

0 comments on commit b0f5c4c

Please sign in to comment.