diff --git a/beacon-chain/rpc/apimiddleware/structs.go b/beacon-chain/rpc/apimiddleware/structs.go index 245075f97..b7934bc3d 100644 --- a/beacon-chain/rpc/apimiddleware/structs.go +++ b/beacon-chain/rpc/apimiddleware/structs.go @@ -550,7 +550,7 @@ type indexedAttestationJson struct { } type feeRecipientJson struct { - ValidatorIndex uint64 `json:"validator_index"` + ValidatorIndex string `json:"validator_index"` FeeRecipient string `json:"fee_recipient" hex:"true"` }