Skip to content

Commit 4e9be51

Browse files
yperbasissomnathb1
andauthored
Change Withdrawal req (#234) (#241)
Co-authored-by: Somnath <[email protected]>
1 parent 75df226 commit 4e9be51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

types/types.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ message DepositRequest {
9191
}
9292

9393
message WithdrawalRequest {
94-
H160 source_address = 1;
95-
bytes validator_pubkey = 2;
96-
uint64 amount = 3;
94+
bytes request_data = 1;
9795
}
9896

9997
message ConsolidationRequest {

0 commit comments

Comments
 (0)