mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 03:51:29 +00:00
small fix for web3signer (#10223)
This commit is contained in:
parent
1835f54197
commit
753afb4fb2
@ -304,7 +304,7 @@ type ContributionAndProof struct {
|
|||||||
// SyncCommitteeContribution a sub property of AggregatorSelectionSignRequest.
|
// SyncCommitteeContribution a sub property of AggregatorSelectionSignRequest.
|
||||||
type SyncCommitteeContribution struct {
|
type SyncCommitteeContribution struct {
|
||||||
Slot string `json:"slot"` /* uint64 */
|
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 */
|
SubcommitteeIndex string `json:"subcommittee_index"` /* uint64 */
|
||||||
AggregationBits string `json:"aggregation_bits"` /* SSZ hexadecimal string */
|
AggregationBits string `json:"aggregation_bits"` /* SSZ hexadecimal string */
|
||||||
Signature string `json:"signature"` /* 96 byte hexadecimal string */
|
Signature string `json:"signature"` /* 96 byte hexadecimal string */
|
||||||
|
Loading…
Reference in New Issue
Block a user