Skip to content

Commit 0d3b7f0

Browse files
authored
fixing alias (#15254)
1 parent dd9a5fb commit 0d3b7f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

api/server/structs/other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ type PendingDeposit struct {
253253
}
254254

255255
type PendingPartialWithdrawal struct {
256-
Index string `json:"index"`
256+
Index string `json:"validator_index"`
257257
Amount string `json:"amount"`
258258
WithdrawableEpoch string `json:"withdrawable_epoch"`
259259
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Fixed
2+
3+
- Fixed wrong field name in pending partial withdrawals was returned on state json representation, described in https://github.com/ethereum/consensus-specs/blob/dev/specs/electra/beacon-chain.md#pendingpartialwithdrawal

0 commit comments

Comments
 (0)