small fix for web3signer (#10223)

This commit is contained in:
james-prysm 2022-02-11 09:41:31 -05:00 committed by GitHub
parent 1835f54197
commit 753afb4fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */