From 771933d1a70ef62c7cd645d3050127c2f5d1fb52 Mon Sep 17 00:00:00 2001 From: Lakshman Sankar Date: Thu, 9 Sep 2021 08:37:27 -0700 Subject: [PATCH] Stronger language around usage of the setting Co-authored-by: Danny Ryan --- specs/merge/client_settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/client_settings.md b/specs/merge/client_settings.md index e2a69c538..05a13094a 100644 --- a/specs/merge/client_settings.md +++ b/specs/merge/client_settings.md @@ -13,5 +13,5 @@ If `TransitionStore` has already [been initialized](./fork.md#initializing-trans `TransitionStore.terminal_total_difficulty`, otherwise it initializes `TransitionStore` with the specified `terminal_total_difficulty`. -By default, this setting is expected to not be used and `terminal_total_difficulty` will be set as defined +Except under exceptional scenarios, this setting is expected to not be used, and `terminal_total_difficulty` will operate with [default functionality](./fork.md#initializing-transition-store). Sufficient warning to the user about this exceptional configurable setting should be provided. [here](fork.md#initializing-transition-store).