diff --git a/validator/keymanager/remote-web3signer/v1/web3signer_types.go b/validator/keymanager/remote-web3signer/v1/web3signer_types.go index cfe51b289..4b693edce 100644 --- a/validator/keymanager/remote-web3signer/v1/web3signer_types.go +++ b/validator/keymanager/remote-web3signer/v1/web3signer_types.go @@ -304,7 +304,7 @@ type ContributionAndProof struct { // SyncCommitteeContribution a sub property of AggregatorSelectionSignRequest. type SyncCommitteeContribution struct { Slot string `json:"slot"` /* uint64 */ - BeaconBlockRoot string `json:"block_root"` /* Hash32 */ // Prysm uses BlockRoot instead of BeaconBlockRoot + BeaconBlockRoot string `json:"beacon_block_root"` /* Hash32 */ // Prysm uses BlockRoot instead of BeaconBlockRoot SubcommitteeIndex string `json:"subcommittee_index"` /* uint64 */ AggregationBits string `json:"aggregation_bits"` /* SSZ hexadecimal string */ Signature string `json:"signature"` /* 96 byte hexadecimal string */