Skip to content

Commit 46972c1

Browse files
authored
Rename DepositRequest to DepositReceipt
1 parent c4e7da7 commit 46972c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/engine/prague.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This specification is based on and extends [Engine API - Cancun](./cancun.md) sp
1212
- [Engine API -- Prague](#engine-api----prague)
1313
- [Table of contents](#table-of-contents)
1414
- [Structures](#structures)
15-
- [DepositRequestV1](#depositrequestv1)
15+
- [DepositReceiptV1](#depositreceiptv1)
1616
- [WithdrawalRequestV1](#withdrawalrequestv1)
1717
- [ExecutionPayloadV4](#executionpayloadv4)
1818
- [Methods](#methods)
@@ -29,7 +29,7 @@ This specification is based on and extends [Engine API - Cancun](./cancun.md) sp
2929

3030
## Structures
3131

32-
### DepositRequestV1
32+
### DepositReceiptV1
3333
This structure maps onto the deposit object from [EIP-6110](https://eips.ethereum.org/EIPS/eip-6110).
3434
The fields are encoded as follows:
3535

@@ -53,7 +53,7 @@ The fields are encoded as follows:
5353

5454
### ExecutionPayloadV4
5555

56-
This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpayloadv3) and appends the new fields: `depositRequests` and `withdrawalRequests`.
56+
This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpayloadv3) and appends the new fields: `depositReceipts` and `withdrawalRequests`.
5757

5858
- `parentHash`: `DATA`, 32 Bytes
5959
- `feeRecipient`: `DATA`, 20 Bytes
@@ -72,7 +72,7 @@ This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpay
7272
- `withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
7373
- `blobGasUsed`: `QUANTITY`, 64 Bits
7474
- `excessBlobGas`: `QUANTITY`, 64 Bits
75-
- `depositRequests`: `Array of DepositRequestV1` - Array of deposits, each object is an `OBJECT` containing the fields of a `DepositRequestV1` structure.
75+
- `depositReceipts`: `Array of DepositReceiptV1` - Array of deposits, each object is an `OBJECT` containing the fields of a `DepositReceiptV1` structure.
7676
- `withdrawalRequests`: `Array of WithdrawalRequestV1` - Array of withdrawal requests, each object is an `OBJECT` containing the fields of a `WithdrawalRequestV1` structure.
7777

7878
## Methods

0 commit comments

Comments
 (0)