mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Add Proposer Cache Pruning & POS Activated Banner (#3109)
## Issue Addressed The proposers cache wasn't being pruned. Also didn't have a celebratory banner for the merge 😄 ## Banner 
This commit is contained in:
@@ -954,7 +954,6 @@ pub fn serve<T: BeaconChainTypes>(
|
||||
delay,
|
||||
);
|
||||
|
||||
|
||||
match chain.process_block(block.clone()) {
|
||||
Ok(root) => {
|
||||
info!(
|
||||
|
||||
Reference in New Issue
Block a user