mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 12:14:19 +00:00
Fix links
This commit is contained in:
parent
0f7d8e5552
commit
a542a07578
@ -6,7 +6,7 @@ This document specifies configurable settings that merge clients are expected to
|
|||||||
|
|
||||||
### Override terminal total difficulty
|
### Override terminal total difficulty
|
||||||
|
|
||||||
To coordinate changes to [`terminal_total_difficulty`](specs/merge/fork-choice.md#transitionstore), clients
|
To coordinate changes to [`terminal_total_difficulty`](fork-choice.md#transitionstore), clients
|
||||||
should have a setting `--terminal-total-difficulty-override`.
|
should have a setting `--terminal-total-difficulty-override`.
|
||||||
|
|
||||||
If `TransitionStore` has already been initialized, this just changes the value of
|
If `TransitionStore` has already been initialized, this just changes the value of
|
||||||
@ -14,4 +14,4 @@ If `TransitionStore` has already been initialized, this just changes the value o
|
|||||||
`terminal_total_difficulty`.
|
`terminal_total_difficulty`.
|
||||||
|
|
||||||
By default, this setting is expected to not be used and `terminal_total_difficulty` will be set as defined
|
By default, this setting is expected to not be used and `terminal_total_difficulty` will be set as defined
|
||||||
[here](specs/merge/fork.md#initializing-transition-store).
|
[here](fork.md#initializing-transition-store).
|
||||||
|
@ -129,4 +129,4 @@ def initialize_transition_store(state: BeaconState) -> TransitionStore:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Note that transition store can also be initialized at client startup by [overriding terminal total
|
Note that transition store can also be initialized at client startup by [overriding terminal total
|
||||||
difficulty](specs/merge/client_settings.md#override-terminal-total-difficulty).
|
difficulty](client_settings.md#override-terminal-total-difficulty).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user