diff --git a/access/grpc/grpc.go b/access/grpc/grpc.go index be6d222b1..e31c46966 100644 --- a/access/grpc/grpc.go +++ b/access/grpc/grpc.go @@ -1100,7 +1100,7 @@ func receiveBlockDigestFromClient[Client interface { return } - sendErr(fmt.Errorf("error receiving blockHeader: %w", err)) + sendErr(fmt.Errorf("error receiving blockDigest: %w", err)) return }