Skip to content

Commit

Permalink
Update "no validators present" log
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Aug 7, 2023
1 parent c07a554 commit 88db492
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions validator_client/src/notifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ async fn notify<T: SlotClock + 'static, E: EthSpec>(
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!(
Expand Down

0 comments on commit 88db492

Please sign in to comment.