Skip to content

Commit

Permalink
withdrawals amount in uint64 gwei: ethereum/execution-apis#354
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Jan 14, 2023
1 parent 3358679 commit b5188b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/ethtypes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ type
index*: Quantity
validatorIndex*: Quantity
address*: Address
amount*: UInt256
amount*: Quantity

# https://github.com/ethereum/execution-apis/blob/v1.0.0-beta.1/src/engine/specification.md#executionpayloadv1
ExecutionPayloadV1* = object
Expand Down

0 comments on commit b5188b0

Please sign in to comment.