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 4822d38 commit 8befb84Copy full SHA for 8befb84
common/types/message/message.go
@@ -59,8 +59,8 @@ type BatchTaskDetail struct {
59
ChunkProofs []ChunkProof `json:"chunk_proofs"`
60
BatchHeader interface{} `json:"batch_header"`
61
BlobBytes []byte `json:"blob_bytes"`
62
- KzgProof [48]byte `json:"kzg_proof"`
63
- KzgCommitment [48]byte `json:"kzg_commitment"`
+ KzgProof hexutil.Big `json:"kzg_proof"`
+ KzgCommitment hexutil.Big `json:"kzg_commitment"`
64
Challenge hexutil.Big `json:"challenge"`
65
}
66
0 commit comments