From 70b7f70105013c5b6fb0eb517eed5a9ee92de7f7 Mon Sep 17 00:00:00 2001 From: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:50:06 +0100 Subject: [PATCH] Withdrawal amount in GWei (#148) --- types/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types.proto b/types/types.proto index 8ef0e8b..48b03ac 100644 --- a/types/types.proto +++ b/types/types.proto @@ -79,7 +79,7 @@ message Withdrawal { uint64 index = 1; uint64 validatorIndex = 2; H160 address = 3; - H256 amount = 4; + uint64 amount = 4; } message ExecutionPayloadV2 {