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 4fc8cee commit 8db99e9Copy full SHA for 8db99e9
cmd/parsebatchl2data/parsebatchl2data.go
@@ -33,7 +33,7 @@ var ParseBatchL2Data = &cobra.Command{
33
batchL2Data := strings.TrimSpace(strings.TrimPrefix(string(rawData), "0x"))
34
rawBatchL2Data, err := hex.DecodeString(batchL2Data)
35
if err != nil {
36
- log.Err(err).Msg("Unable to hex decode batch l2 dat")
+ log.Err(err).Msg("Unable to hex decode batch l2 data")
37
return err
38
}
39
0 commit comments