Skip to content

Commit 8befb84

Browse files
author
colinlyguo
committed
fix
1 parent 4822d38 commit 8befb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/types/message/message.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ type BatchTaskDetail struct {
5959
ChunkProofs []ChunkProof `json:"chunk_proofs"`
6060
BatchHeader interface{} `json:"batch_header"`
6161
BlobBytes []byte `json:"blob_bytes"`
62-
KzgProof [48]byte `json:"kzg_proof"`
63-
KzgCommitment [48]byte `json:"kzg_commitment"`
62+
KzgProof hexutil.Big `json:"kzg_proof"`
63+
KzgCommitment hexutil.Big `json:"kzg_commitment"`
6464
Challenge hexutil.Big `json:"challenge"`
6565
}
6666

0 commit comments

Comments
 (0)