Verify StoreConfig

This commit is contained in:
Emilia Hane
2023-01-24 17:58:54 +01:00
parent 00ca21e84c
commit b2abec5d35
2 changed files with 20 additions and 3 deletions

View File

@@ -563,8 +563,8 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
Arg::with_name("epochs-per-blob-prune")
.long("epochs-per-blob-prune")
.help("The epoch interval with which to prune blobs from Lighthouse's \
database when they are older than the data data availability \
boundary relative to the current epoch.")
database when they are older than the data availability boundary \
relative to the current epoch.")
.takes_value(true)
.default_value("1")
)