From 88db492510191bbe4f6cc1a8f30988ea733203ee Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 7 Aug 2023 15:59:37 +1000 Subject: [PATCH] Update "no validators present" log --- validator_client/src/notifier.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validator_client/src/notifier.rs b/validator_client/src/notifier.rs index 732ae68ff86..909e64a78a6 100644 --- a/validator_client/src/notifier.rs +++ b/validator_client/src/notifier.rs @@ -94,8 +94,7 @@ async fn notify( info!( log, "No validators present"; - "msg" => "see `lighthouse account validator create --help` \ - or the HTTP API documentation" + "msg" => "see `lighthouse vm create --help` or the HTTP API documentation" ) } else if total_validators == attesting_validators { info!(