From 749b585abda7ba707ac48526324aacc1495c71c8 Mon Sep 17 00:00:00 2001 From: Hantang Sun Date: Tue, 2 May 2023 09:35:23 +0100 Subject: [PATCH] Proto: Fixed incorrect comment --- src/proto_alpha/lib_protocol/alpha_context.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_protocol/alpha_context.mli b/src/proto_alpha/lib_protocol/alpha_context.mli index ff4b9ff8c422..5c9e3278bfac 100644 --- a/src/proto_alpha/lib_protocol/alpha_context.mli +++ b/src/proto_alpha/lib_protocol/alpha_context.mli @@ -4466,7 +4466,7 @@ module Cache : sig Block_header.shell_header -> Block_header.contents -> cache_nonce end -(** This module re-exports definitions from {!Lazy_storage_kind}. *) +(** This module re-exports definitions from {!Operation_repr.Kind}. *) module Kind : sig type preendorsement_consensus_kind = Preendorsement_consensus_kind -- GitLab