From 6b54d84dea9576ffd11c251c058d2f7dc146b9c0 Mon Sep 17 00:00:00 2001 From: Joel Bjornson Date: Wed, 3 Aug 2022 09:59:17 +0100 Subject: [PATCH] Proto: remove obsolete comment --- src/proto_alpha/lib_protocol/storage_costs.ml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/proto_alpha/lib_protocol/storage_costs.ml b/src/proto_alpha/lib_protocol/storage_costs.ml index 17c4c892acd4..b22216ac0b0c 100644 --- a/src/proto_alpha/lib_protocol/storage_costs.ml +++ b/src/proto_alpha/lib_protocol/storage_costs.ml @@ -42,10 +42,6 @@ let write_access ~written_bytes = Gas_limit_repr.atomic_step_cost (add (safe_int 200_000) (mul (safe_int 4) (safe_int written_bytes))) -(* TODO: https://gitlab.com/tezos/tezos/-/issues/2397 - Fill in real benchmarked values. - Benchmark defined in [Storage_benchmarks]. -*) let list_key_values_step_cost = Saturation_repr.safe_int 117 let list_key_values_intercept = Saturation_repr.safe_int 470 -- GitLab