From b0f5c4c7765fbc200fce7a2b93591ec7479d148b Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 15 Jul 2021 04:22:06 +0000 Subject: [PATCH] Clarify eth1 error message (#2461) ## Issue Addressed - Closes #2452 ## Proposed Changes Addresses: https://github.com/sigp/lighthouse/issues/2452#issuecomment-879873511 ## Additional Info NA --- beacon_node/eth1/src/service.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_node/eth1/src/service.rs b/beacon_node/eth1/src/service.rs index a8964ada7..3761bda77 100644 --- a/beacon_node/eth1/src/service.rs +++ b/beacon_node/eth1/src/service.rs @@ -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 `. \ Also ensure that `eth` and `net` apis are enabled on the eth1 http \