From db5b8b0bc2c11f55b29d0258746510f0d94cca72 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Mon, 25 Mar 2024 22:05:24 +0100 Subject: [PATCH] enable `--debug-split-views-merge` on this research branch --- beacon_chain/conf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index 177e56779..cc093f865 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -587,7 +587,7 @@ type splitViewsMerge* {. hidden desc: "Whether or not to try and discover unknown branches in situations where the network has partitioned into split views" - defaultValue: false + defaultValue: true name: "debug-split-views-merge" .}: bool syncHorizon* {.