Skip to content

Commit 8db99e9

Browse files
minhd-vuleovct
andauthored
Update cmd/parsebatchl2data/parsebatchl2data.go
Co-authored-by: Léo Vincent <[email protected]>
1 parent 4fc8cee commit 8db99e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/parsebatchl2data/parsebatchl2data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var ParseBatchL2Data = &cobra.Command{
3333
batchL2Data := strings.TrimSpace(strings.TrimPrefix(string(rawData), "0x"))
3434
rawBatchL2Data, err := hex.DecodeString(batchL2Data)
3535
if err != nil {
36-
log.Err(err).Msg("Unable to hex decode batch l2 dat")
36+
log.Err(err).Msg("Unable to hex decode batch l2 data")
3737
return err
3838
}
3939

0 commit comments

Comments
 (0)