Skip to content

Commit

Permalink
lints..
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Stacks committed Nov 11, 2024
1 parent 91b4c53 commit fc4f047
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions consensus/src/pipeline/virtual_processor/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ impl VirtualStateProcessor {
.expect("all possible rule errors are unexpected here");

// Update the pruning processor about the virtual state change
let sink_ghostdag_data = self.ghostdag_store.get_compact_data(new_sink).unwrap();

let compact_sink_ghostdag_data = if prev_sink != new_sink {
// we need to check with full data here, since we may need to update the window caches
let sink_ghostdag_data = self.ghostdag_store.get_data(new_sink).unwrap();
Expand Down

0 comments on commit fc4f047

Please sign in to comment.