Skip to content

Commit b8b7ece

Browse files
committed
make challenge digest optional
1 parent f62dd75 commit b8b7ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/types/message/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type BatchTaskDetail struct {
9898
BlobBytes []byte `json:"blob_bytes"`
9999
KzgProof Byte48 `json:"kzg_proof,omitempty"`
100100
KzgCommitment Byte48 `json:"kzg_commitment,omitempty"`
101-
ChallengeDigest common.Hash `json:"challenge_digest,omitempty"`
101+
ChallengeDigest *common.Hash `json:"challenge_digest,omitempty"`
102102
}
103103

104104
// BundleTaskDetail consists of all the information required to describe the task to generate a proof for a bundle of batches.

0 commit comments

Comments
 (0)