Skip to content

Commit

Permalink
Set StorageTrace optional in ChunkProof.
Browse files Browse the repository at this point in the history
  • Loading branch information
silathdiir committed Sep 20, 2023
1 parent 417a228 commit 49ff828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/types/message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ type ChunkInfo struct {

// ChunkProof includes the proof info that are required for chunk verification and rollup.
type ChunkProof struct {
StorageTrace []byte `json:"storage_trace"`
StorageTrace []byte `json:"storage_trace,omitempty"`
Protocol []byte `json:"protocol"`
Proof []byte `json:"proof"`
Instances []byte `json:"instances"`
Expand Down

0 comments on commit 49ff828

Please sign in to comment.