Skip to content

Commit cb2d68b

Browse files
Update executor/batchsubmitter/handler.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f2153fb commit cb2d68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/batchsubmitter/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (bs *BatchSubmitter) rawBlockHandler(ctx types.Context, args nodetypes.RawB
3636

3737
pbb, err = bs.emptyUpdateClientData(ctx, pbb)
3838
if err != nil {
39-
return errors.Wrap(err, "failed to empty oracle data")
39+
return errors.Wrap(err, "failed to empty update client data")
4040
}
4141

4242
// convert block to bytes

0 commit comments

Comments
 (0)