Add note about default behavior

This commit is contained in:
lsankar4033 2021-09-08 12:57:49 -07:00
parent 49d225bb78
commit 01fe3cdb08
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ should have a setting `--terminal-total-difficulty-override`.
If `TransitionStore` has already been initialized, this just changes the value of
`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
[here](specs/merge/fork.md#initializing-transition-store).