From de1487564ad02c5201427179d42507971808cccf Mon Sep 17 00:00:00 2001 From: Lakshman Sankar Date: Thu, 9 Sep 2021 08:36:42 -0700 Subject: [PATCH] Wording change Co-authored-by: Mikhail Kalinin --- specs/merge/fork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/fork.md b/specs/merge/fork.md index 64216a401..f2547758d 100644 --- a/specs/merge/fork.md +++ b/specs/merge/fork.md @@ -128,5 +128,5 @@ def initialize_transition_store(state: BeaconState) -> TransitionStore: return get_transition_store(pow_block) ``` -Note that transition store can also be initialized at client startup by [overriding terminal total +*Note*: Transition store can also be initialized at client startup by [overriding terminal total difficulty](client_settings.md#override-terminal-total-difficulty).