diff --git a/validator_client/src/notifier.rs b/validator_client/src/notifier.rs index f521f2fd3..6157027cb 100644 --- a/validator_client/src/notifier.rs +++ b/validator_client/src/notifier.rs @@ -89,7 +89,7 @@ async fn notify( info!( log, "All validators active"; - "proposers" => proposing_validators, + "current_epoch_proposers" => proposing_validators, "active_validators" => attesting_validators, "total_validators" => total_validators, "epoch" => format!("{}", epoch), @@ -99,7 +99,7 @@ async fn notify( info!( log, "Some validators active"; - "proposers" => proposing_validators, + "current_epoch_proposers" => proposing_validators, "active_validators" => attesting_validators, "total_validators" => total_validators, "epoch" => format!("{}", epoch),