From ad31cb96d6d3d25d9cffd3c64643a686a0bdae2a Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Tue, 23 Aug 2022 10:45:23 +0200 Subject: [PATCH] Scoru,Proto: remove todo --- src/proto_alpha/lib_protocol/raw_context.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/proto_alpha/lib_protocol/raw_context.ml b/src/proto_alpha/lib_protocol/raw_context.ml index f7de291e1bb5..f54908042025 100644 --- a/src/proto_alpha/lib_protocol/raw_context.ml +++ b/src/proto_alpha/lib_protocol/raw_context.ml @@ -969,8 +969,6 @@ let prepare_first_block ~level ~timestamp ctxt = c.sc_rollup.max_outbox_messages_per_level; (* The default number of required sections in a dissection *) number_of_sections_in_dissection = 32; - (* TODO: https://gitlab.com/tezos/tezos/-/issues/2902 - This constant needs to be refined. *) timeout_period_in_blocks = 20_160; (* We store multiple cemented commitments because we want to allow the execution of outbox messages against cemented -- GitLab