Skip to content

Commit

Permalink
Don't store config internally
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Oct 2, 2024
1 parent dae85de commit acb87db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/pruning/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ pub struct Pruner<DB>
where
DB: SharedLedgerOps,
{
/// config
config: PruningConfig,
/// The last block number which was pruned.
last_pruned_block: u64,
/// A channel receiver which gets notified of new L2 blocks.
Expand Down

0 comments on commit acb87db

Please sign in to comment.