Skip to content

Commit

Permalink
Rename deposit fields (hyperledger#397)
Browse files Browse the repository at this point in the history
Rename deposit fields using camel case for the sake of consistency with withdrawal
  • Loading branch information
ensi321 authored Apr 3, 2023
1 parent 3e381a7 commit 6d2c035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/experimental/eip6110.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This structure maps onto the deposit object from [EIP-6110](https://eips.ethereu
The fields are encoded as follows:

- `pubkey`: `DATA`, 48 Bytes
- `withdrawal_credentials`: `DATA`, 32 Bytes
- `withdrawalCredentials`: `DATA`, 32 Bytes
- `amount`: `QUANTITY`, 64 Bits
- `signature`: `DATA`, 96 Bytes
- `index`: `QUANTITY`, 64 Bits
Expand Down

0 comments on commit 6d2c035

Please sign in to comment.