From 065d429b5c0a74c22c988e0541944bc43d7c6115 Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Fri, 18 Nov 2022 13:27:47 +0100 Subject: [PATCH] Scoru,Proto: remove todo done --- src/proto_alpha/lib_protocol/sc_rollup_PVM_sig.ml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/proto_alpha/lib_protocol/sc_rollup_PVM_sig.ml b/src/proto_alpha/lib_protocol/sc_rollup_PVM_sig.ml index dca46b862064..d6081b5042ce 100644 --- a/src/proto_alpha/lib_protocol/sc_rollup_PVM_sig.ml +++ b/src/proto_alpha/lib_protocol/sc_rollup_PVM_sig.ml @@ -50,11 +50,6 @@ According the rollup management protocol, the payload must be obtained through {!Sc_rollup_inbox_message_repr.serialize} which follows a documented format. - - FIXME: https://gitlab.com/tezos/tezos/-/issues/3649 - - This type cannot be extended in a retro-compatible way. It should - be put into a variant. *) type inbox_message = { -- GitLab