From 5ff401326369f4adb20b1c3448b903cde9a78b21 Mon Sep 17 00:00:00 2001 From: Aren49 <72770164+Aren49@users.noreply.github.com> Date: Thu, 7 Apr 2022 04:04:11 +0000 Subject: [PATCH] Fix SPRP default value in cli (#3145) Changed SPRP to the correct default value of 8192. --- 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 693bebd11f..6e4c2996a6 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -383,7 +383,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { .value_name("SLOT_COUNT") .help("Specifies how often a freezer DB restore point should be stored. \ Cannot be changed after initialization. \ - [default: 2048 (mainnet) or 64 (minimal)]") + [default: 8192 (mainnet) or 64 (minimal)]") .takes_value(true) ) .arg(