Remove block-delay-ms (#4956)

This commit is contained in:
Michael Sproul
2023-11-28 16:00:28 +11:00
committed by GitHub
parent c88cb371a0
commit 44c1817c2b
5 changed files with 2 additions and 67 deletions

View File

@@ -340,16 +340,4 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.default_value("500")
.takes_value(true),
)
/*
* Experimental/development options.
*/
.arg(
Arg::with_name("block-delay-ms")
.long("block-delay-ms")
.value_name("MILLIS")
.hidden(true)
.help("Time to delay block production from the start of the slot. Should only be \
used for testing.")
.takes_value(true),
)
}