diff --git a/beacon_node/eth1/src/service.rs b/beacon_node/eth1/src/service.rs index a8964ada7c..3761bda778 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 \