Skip to content

Commit

Permalink
mix_digest -> prev_randao (see EIP-4399)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Aug 4, 2023
1 parent 3baf7f9 commit 7cd8ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ message ValidationRequest {
message AssembleBlockRequest {
types.H256 parent_hash = 1;
uint64 timestamp = 2;
types.H256 mix_digest = 3;
types.H256 prev_randao = 3;
types.H160 suggested_fee_recipient = 4;
repeated types.Withdrawal withdrawals = 5; // added in Shanghai (EIP-4895)
optional types.H256 parent_beacon_block_root = 6; // added in Cancun (EIP-4788)
Expand Down

0 comments on commit 7cd8ca6

Please sign in to comment.