Skip to content

Commit

Permalink
fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
curryxbo committed Jan 10, 2025
1 parent 0472c02 commit fef71ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/derivation/batch_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (bi *BatchInfo) ParseBatch(batch geth.RPCRollupBatch) error {
}
if parentVersion == 0 {
if len(batch.Sidecar.Blobs) == 0 {
return fmt.Errorf("blobs lenght can not be zero")
return fmt.Errorf("blobs length can not be zero")
}
blobData, err := types.RetrieveBlobBytes(&batch.Sidecar.Blobs[0])
if err != nil {
Expand Down

0 comments on commit fef71ac

Please sign in to comment.