Skip to content

Commit cfd155f

Browse files
committed
Clarify eth1 error message (#2461)
## Issue Addressed - Closes #2452 ## Proposed Changes Addresses: #2452 (comment) ## Additional Info NA
1 parent a3a7f39 commit cfd155f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_node/eth1/src/service.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ impl Service {
694694
{
695695
crit!(
696696
self.log,
697-
"Couldn't connect to any eth1 node. Please ensure that you have an \
698-
eth1 http server running locally on http://localhost:8545 or specify \
697+
"Could not connect to a suitable eth1 node. Please ensure that you have \
698+
an eth1 http server running locally on http://localhost:8545 or specify \
699699
one or more (remote) endpoints using \
700700
`--eth1-endpoints <COMMA-SEPARATED-SERVER-ADDRESSES>`. \
701701
Also ensure that `eth` and `net` apis are enabled on the eth1 http \

0 commit comments

Comments
 (0)