mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#6033)
This commit is contained in:
@ -142,7 +142,7 @@ impl Command {
|
||||
.clean_threshold
|
||||
.max(stage_conf.account_hashing.clean_threshold)
|
||||
.max(stage_conf.storage_hashing.clean_threshold),
|
||||
config.prune.as_ref().map(|prune| prune.segments.clone()).unwrap_or_default(),
|
||||
config.prune.clone().map(|prune| prune.segments).unwrap_or_default(),
|
||||
)),
|
||||
)
|
||||
.build(provider_factory);
|
||||
|
||||
Reference in New Issue
Block a user