diff --git a/beacon_node/beacon_chain/src/beacon_chain.rs b/beacon_node/beacon_chain/src/beacon_chain.rs index 6e1db2258ea..df56e64c1b6 100644 --- a/beacon_node/beacon_chain/src/beacon_chain.rs +++ b/beacon_node/beacon_chain/src/beacon_chain.rs @@ -2839,6 +2839,11 @@ impl BeaconChain { "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!(