Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Jan 20, 2025
1 parent 050dffc commit a407f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stages/stages/src/stages/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ mod tests {
// This way we test both cases.
let modes = [None, Some(PruneModes::none())];
let random_filter =
ReceiptsLogPruneConfig(BTreeMap::from([(Address::random(), PruneMode::Full)]));
ReceiptsLogPruneConfig(BTreeMap::from([(Address::random(), PruneMode::Before(100000))]));

// Tests node with database and node with static files
for mut mode in modes {
Expand Down

0 comments on commit a407f10

Please sign in to comment.