cleanup some copy relatedto removal of prepare_payload

This commit is contained in:
Danny Ryan 2021-10-19 09:28:52 -06:00
parent 34335e0334
commit 8023edc94b
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ This document represents the changes to be made in the code of an "honest valida
## Prerequisites
This documens is an extension of the [Altair -- Honest Validator](../altair/validator.md) guide.
This document is an extension of the [Altair -- Honest Validator](../altair/validator.md) guide.
All behaviors and definitions defined in this document, and documents it extends, carry over unless explicitly noted or overridden.
All terminology, constants, functions, and protocol mechanics defined in the updated Beacon Chain doc of [The Merge](./beacon-chain.md) are requisite for this document and used throughout.
@ -102,8 +102,8 @@ avoid requiring simple serialize hashing capabilities in the Execution Layer.
*Note*: `get_payload` function is added to the `ExecutionEngine` protocol for use as a validator.
The body of each of these functions is implementation dependent.
The Engine API may be used to implement them with an external execution engine.
The body of this function is implementation dependent.
The Engine API may be used to implement it with an external execution engine.
#### `get_payload`