Skip to content

Commit

Permalink
clarify descrition of PayloadAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Oct 14, 2021
1 parent 542948b commit 2524d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons

### PayloadAttributes

This structure contains the attributes (in addition to the other parameters contained in `engine_forkchoiceUpdated`) required to initiate a payload build process. The fields are encoded as follows:
This structure contains the attributes required to initiate a payload build process in the context of an `engine_forkchoiceUpdated` call. The fields are encoded as follows:
- `timestamp`: `QUANTITY`, 64 Bits - value for the `timestamp` field of the new payload
- `random`: `DATA`, 32 Bytes - value for the `random` field of the new payload
- `feeRecipient`: `DATA`, 20 Bytes - suggested value for the `coinbase` field of the new payload
Expand Down

0 comments on commit 2524d97

Please sign in to comment.