Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update node/core/chain-selection/src/tree.rs
Co-authored-by: Andronik <[email protected]>
  • Loading branch information
vstakhov and Andronik authored Jul 7, 2022
commit ff499e57723e047c89ca89d24b5025f52c59346c
2 changes: 0 additions & 2 deletions node/core/chain-selection/src/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,6 @@ pub(super) fn prune_only_stagnant<'a, B: 'a + Backend>(
n => (stagnant_up_to[0].0, stagnant_up_to[n - 1].0),
};

// As this is in ascending order, only the earliest stagnant
// blocks will involve heavy viability propagations.
gum::debug!(
target: LOG_TARGET,
?up_to,
Expand Down