Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
awskii committed Jan 7, 2024
1 parent db5fdbf commit 9243b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/state/aggregator_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ func (ac *AggregatorV3Context) PruneSmallBatches(ctx context.Context, timeout ti
ac.a.logger.Info("[agg] pruning",
"until timeout", time.Until(dd).String(),
"stepsRangeInDB", ac.a.StepsRangeInDBAsStr(tx),
"pruned", stat.String(),
"pruned", fullStat.String(),
)
case <-localTimeout.Done():
return nil
Expand Down

0 comments on commit 9243b51

Please sign in to comment.