Skip to content

Commit

Permalink
Add subscription type to "handleMemoryValidators" (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketen authored Jan 8, 2024
1 parent f6efc30 commit 97d0fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ func (m *ApiService) handleMemoryValidators(w http.ResponseWriter, req *http.Req
WithdrawalAddress: v.WithdrawalAddress,
ValidatorIndex: v.ValidatorIndex,
ValidatorKey: v.ValidatorKey,
SubscriptionType: v.SubscriptionType.String(),
})
}

Expand Down

0 comments on commit 97d0fd8

Please sign in to comment.