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 d319678 commit a65359aCopy full SHA for a65359a
common/types/message/message.go
@@ -385,7 +385,7 @@ type OpenVMBundleInfo struct {
385
NumBatches uint32 `json:"num_batches"`
386
PrevBatchHash common.Hash `json:"prev_batch_hash"`
387
BatchHash common.Hash `json:"batch_hash"`
388
- MsgQueueHash common.Hash `json:"msg_queue_hash,omitempty"`
+ MsgQueueHash common.Hash `json:"msg_queue_hash"`
389
}
390
391
// OpenVMBundleProof includes the proof info that are required for verification of a bundle of batch proofs.
0 commit comments