Compare commits

...

1 Commits

Author SHA1 Message Date
Kasey Kirkham
fb933c6ed4 fix issue #10420 2022-03-24 11:31:50 -05:00

View File

@@ -28,7 +28,7 @@ func ValidateSync(ctx context.Context, syncChecker sync.Checker, headFetcher blo
err := grpc.AppendCustomErrorHeader(ctx, syncDetailsContainer)
if err != nil {
return status.Errorf(
codes.InvalidArgument,
codes.Internal,
"Syncing to latest head, not ready to respond. Could not prepare sync details: %v",
err,
)