We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62dd75 commit b8b7eceCopy full SHA for b8b7ece
common/types/message/message.go
@@ -98,7 +98,7 @@ type BatchTaskDetail struct {
98
BlobBytes []byte `json:"blob_bytes"`
99
KzgProof Byte48 `json:"kzg_proof,omitempty"`
100
KzgCommitment Byte48 `json:"kzg_commitment,omitempty"`
101
- ChallengeDigest common.Hash `json:"challenge_digest,omitempty"`
+ ChallengeDigest *common.Hash `json:"challenge_digest,omitempty"`
102
}
103
104
// BundleTaskDetail consists of all the information required to describe the task to generate a proof for a bundle of batches.
0 commit comments