fixing alias (#15254)

This commit is contained in:
james-prysm
2025-05-07 10:37:46 -05:00
committed by GitHub
parent dd9a5fba59
commit 0d3b7f0ade
2 changed files with 4 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ type PendingDeposit struct {
}
type PendingPartialWithdrawal struct {
Index string `json:"index"`
Index string `json:"validator_index"`
Amount string `json:"amount"`
WithdrawableEpoch string `json:"withdrawable_epoch"`
}