Skip to content

Commit b5188b0

Browse files
committed
withdrawals amount in uint64 gwei: ethereum/execution-apis#354
1 parent 3358679 commit b5188b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/ethtypes.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ type
199199
index*: Quantity
200200
validatorIndex*: Quantity
201201
address*: Address
202-
amount*: UInt256
202+
amount*: Quantity
203203

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

0 commit comments

Comments
 (0)