Skip to content

Commit

Permalink
Withdrawal amount in GWei (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Jan 17, 2023
1 parent cc8c407 commit 70b7f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ message Withdrawal {
uint64 index = 1;
uint64 validatorIndex = 2;
H160 address = 3;
H256 amount = 4;
uint64 amount = 4;
}

message ExecutionPayloadV2 {
Expand Down

0 comments on commit 70b7f70

Please sign in to comment.