Skip to content

Commit

Permalink
check features
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Nov 28, 2024
1 parent 4120562 commit d000afb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/eth/storage/permanent/rocks/rocks_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ impl RocksStorageState {
self.transactions.clear()?;
self.blocks_by_number.clear()?;
self.blocks_by_hash.clear()?;
self.logs.clear()?;
Ok(())
}

Expand Down Expand Up @@ -513,7 +512,6 @@ impl RocksStorageState {
self.transactions.clear().context("when clearing transactions")?;
self.blocks_by_hash.clear().context("when clearing blocks_by_hash")?;
self.blocks_by_number.clear().context("when clearing blocks_by_number")?;
self.logs.clear().context("when clearing logs")?;
Ok(())
}
}
Expand Down

0 comments on commit d000afb

Please sign in to comment.