mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Set default recent genesis time to 0
This commit is contained in:
@@ -267,7 +267,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
.short("m")
|
||||
.value_name("MINUTES")
|
||||
.required(true)
|
||||
.default_value("15")
|
||||
.default_value("0")
|
||||
.help("The maximum number of minutes that will have elapsed before genesis"))
|
||||
)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user