mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(cli): make pruning block interval an option (#11810)
This commit is contained in:
@ -1072,7 +1072,7 @@ mod tests {
|
||||
let node_config = NodeConfig {
|
||||
pruning: PruningArgs {
|
||||
full: true,
|
||||
block_interval: 0,
|
||||
block_interval: None,
|
||||
sender_recovery_full: false,
|
||||
sender_recovery_distance: None,
|
||||
sender_recovery_before: None,
|
||||
|
||||
Reference in New Issue
Block a user