Skip to content

Commit 41db84c

Browse files
authored
Merge pull request #180 from mkalinin/random-to-prevrandao
Engine API: random -> prevRandao
2 parents 18d0784 + 2bbc232 commit 41db84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engine/specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons
139139
- `stateRoot`: `DATA`, 32 Bytes
140140
- `receiptsRoot`: `DATA`, 32 Bytes
141141
- `logsBloom`: `DATA`, 256 Bytes
142-
- `random`: `DATA`, 32 Bytes
142+
- `prevRandao`: `DATA`, 32 Bytes
143143
- `blockNumber`: `QUANTITY`, 64 Bits
144144
- `gasLimit`: `QUANTITY`, 64 Bits
145145
- `gasUsed`: `QUANTITY`, 64 Bits
@@ -162,7 +162,7 @@ This structure encapsulates the fork choice state. The fields are encoded as fol
162162
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:
163163

164164
- `timestamp`: `QUANTITY`, 64 Bits - value for the `timestamp` field of the new payload
165-
- `random`: `DATA`, 32 Bytes - value for the `random` field of the new payload
165+
- `prevRandao`: `DATA`, 32 Bytes - value for the `prevRandao` field of the new payload
166166
- `suggestedFeeRecipient`: `DATA`, 20 Bytes - suggested value for the `feeRecipient` field of the new payload
167167

168168
### PayloadStatusV1

0 commit comments

Comments
 (0)