From 3dfb2ffa038646a1ab80a7b5f89f929fe497b03e Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sat, 23 Nov 2019 18:01:20 +1100 Subject: [PATCH] Set default recent genesis time to 0 --- beacon_node/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/src/cli.rs b/beacon_node/src/cli.rs index 8592cd1a27..2384092f3c 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -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")) ) /*