Skip to content

Commit

Permalink
Add debug log for early attester cache
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 20, 2022
1 parent 530f20a commit 02af15e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beacon_node/beacon_chain/src/beacon_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2839,6 +2839,11 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
"error" => ?e
);
}
debug!(
self.log,
"Inserted block into early attester cache";
"root" => ?block_root
);
block_time_applied_to_early_attester_cache = Some(timestamp_now());
} else {
warn!(
Expand Down

0 comments on commit 02af15e

Please sign in to comment.