pub fn prune_finalized_entries<Block, B>(
backend: &B,
notification: &FinalityNotification<Block>,
) -> Result<()>where
Block: BlockT,
B: AuxStore + HeaderBackend<Block>,Expand description
Delete entries for the just-finalized chain, the tree route, and stale forks — once finalized, a block is no longer in any unincluded segment.