Skip to content

Commit 190d311

Browse files
committed
Address comment
1 parent 6ee21c5 commit 190d311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/scti/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func addChainInternal(ctx context.Context, opts *HandlerOptions, log *log, w htt
305305
if err != nil {
306306
if errors.Is(err, tessera.ErrPushback) {
307307
w.Header().Add("Retry-After", "1")
308-
return http.StatusServiceUnavailable, fmt.Errorf("pushed back from Tessera sequencer: %v", err)
308+
return http.StatusServiceUnavailable, fmt.Errorf("received pushback from Tessera sequencer: %v", err)
309309
}
310310
return http.StatusInternalServerError, fmt.Errorf("couldn't store the leaf: %v", err)
311311
}

0 commit comments

Comments
 (0)