Commit 7ee8cc86 authored by jinjingroad's avatar jinjingroad Committed by GitHub

chore: fix struct name in comment (#10745)

Signed-off-by: default avatarjinjingroad <jinjingroad@sina.com>
parent aed9ee1d
...@@ -118,7 +118,7 @@ func (b *Batch) Check() error { ...@@ -118,7 +118,7 @@ func (b *Batch) Check() error {
return nil return nil
} }
// bathcFileMarshaling is a helper type used for JSON marshaling. // batchMarshaling is a helper type used for JSON marshaling.
type batchMarshaling struct { type batchMarshaling struct {
Version string `json:"version"` Version string `json:"version"`
ChainID string `json:"chainId"` ChainID string `json:"chainId"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment