Set default recent genesis time to 0

This commit is contained in:
Paul Hauner
2019-11-23 18:01:20 +11:00
parent ef7b641f9e
commit 3dfb2ffa03

View File

@@ -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"))
)
/*