Skip to content

Commit 91c998a

Browse files
committed
rename random -> prevRandao
1 parent 719fb48 commit 91c998a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web3/engine_api_types.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type
1010
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.7/src/engine/specification.md#payloadattributesv1
1111
PayloadAttributesV1* = object
1212
timestamp*: Quantity
13-
random*: FixedBytes[32]
13+
prevRandao*: FixedBytes[32]
1414
suggestedFeeRecipient*: Address
1515

1616
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.7/src/engine/specification.md#payloadstatusv1

web3/ethtypes.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ type
210210
stateRoot*: BlockHash
211211
receiptsRoot*: BlockHash
212212
logsBloom*: FixedBytes[256]
213-
random*: FixedBytes[32]
213+
prevRandao*: FixedBytes[32]
214214
blockNumber*: Quantity
215215
gasLimit*: Quantity
216216
gasUsed*: Quantity

0 commit comments

Comments
 (0)