Skip to content

Commit

Permalink
Merge pull request #2891 from ethereum/mkalinin-patch-2
Browse files Browse the repository at this point in the history
Optimistic Sync: remove INVALID_TERMINAL_BLOCK
  • Loading branch information
djrtwo committed May 13, 2022
2 parents 8abf239 + 08db749 commit 8c0ca37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sync/optimistic.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ For brevity, we define two aliases for values of the `status` field on
- Alias `INVALIDATED` to:
- `INVALID`
- `INVALID_BLOCK_HASH`
- `INVALID_TERMINAL_BLOCK`

Let `head: BeaconBlock` be the result of calling of the fork choice
algorithm at the time of block production. Let `head_block_root: Root` be the
Expand Down

0 comments on commit 8c0ca37

Please sign in to comment.