mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: dont use prune mode full (#10652)
This commit is contained in:
@ -32,7 +32,7 @@ impl PruningArgs {
|
||||
.deposit_contract
|
||||
.as_ref()
|
||||
.map(|contract| PruneMode::Before(contract.block))
|
||||
.or(Some(PruneMode::Full)),
|
||||
.or(Some(PruneMode::Distance(MINIMUM_PRUNING_DISTANCE))),
|
||||
account_history: Some(PruneMode::Distance(MINIMUM_PRUNING_DISTANCE)),
|
||||
storage_history: Some(PruneMode::Distance(MINIMUM_PRUNING_DISTANCE)),
|
||||
receipts_log_filter: ReceiptsLogPruneConfig(
|
||||
|
||||
Reference in New Issue
Block a user