diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index bdd97d6a0..a2d8a1d30 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -594,7 +594,7 @@ type proposeStale* {. hidden desc: "Whether or not to propose blocks on top of a stale head. May increase memory consumption" - defaultValue: false + defaultValue: true name: "debug-propose-stale" .}: bool terminalTotalDifficultyOverride* {.