Skip to content

Commit a65359a

Browse files
author
colinlyguo
committed
remove omitempty
1 parent d319678 commit a65359a

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
@@ -385,7 +385,7 @@ type OpenVMBundleInfo struct {
385385
NumBatches uint32 `json:"num_batches"`
386386
PrevBatchHash common.Hash `json:"prev_batch_hash"`
387387
BatchHash common.Hash `json:"batch_hash"`
388-
MsgQueueHash common.Hash `json:"msg_queue_hash,omitempty"`
388+
MsgQueueHash common.Hash `json:"msg_queue_hash"`
389389
}
390390

391391
// OpenVMBundleProof includes the proof info that are required for verification of a bundle of batch proofs.

0 commit comments

Comments
 (0)