Skip to content

Commit

Permalink
Add comment about val count caches
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jun 28, 2022
1 parent 6de54f1 commit 934a147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon_node/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,8 @@ impl<T: BeaconChainTypes> NetworkService<T> {
);
}
} else {
// This scenario will only happen if the caches on the cached canonical head aren't
// built. That should never be the case.
error!(
self.log,
"Active validator count unavailable";
Expand Down

0 comments on commit 934a147

Please sign in to comment.