diff --git a/src/proto_016_PtMumbai/lib_benchmark/michelson_samplers.ml b/src/proto_016_PtMumbai/lib_benchmark/michelson_samplers.ml index f2c1a9f96a147f0d65cf188655786639afc7fb77..04305666cb4e905d961ef1bb9322a52f27025c6b 100644 --- a/src/proto_016_PtMumbai/lib_benchmark/michelson_samplers.ml +++ b/src/proto_016_PtMumbai/lib_benchmark/michelson_samplers.ml @@ -551,13 +551,12 @@ end) fun arg_ty -> let open M in let* ru = sc_rollup in - let* entrypoint = entrypoint in let destination = Alpha_context.Destination.Sc_rollup ru in return (Typed_contract.Internal_for_tests.typed_exn arg_ty destination - entrypoint) + Alpha_context.Entrypoint.default) let generate_any_type_contract : type arg argc. diff --git a/src/proto_alpha/lib_benchmark/michelson_samplers.ml b/src/proto_alpha/lib_benchmark/michelson_samplers.ml index edb666c749d062fba8c5acb2dea18af170a42557..fafdce74e0c327bad181408d5763f6c555a7540b 100644 --- a/src/proto_alpha/lib_benchmark/michelson_samplers.ml +++ b/src/proto_alpha/lib_benchmark/michelson_samplers.ml @@ -540,13 +540,12 @@ end) fun arg_ty -> let open M in let* ru = sc_rollup in - let* entrypoint = entrypoint in let destination = Alpha_context.Destination.Sc_rollup ru in return (Typed_contract.Internal_for_tests.typed_exn arg_ty destination - entrypoint) + Alpha_context.Entrypoint.default) let generate_any_type_contract : type arg argc. diff --git a/src/proto_alpha/lib_protocol/main.ml b/src/proto_alpha/lib_protocol/main.ml index 8dba30c32503eba6950406163fcaf1941e0a0a26..ebb66598b1803e50c138e10c5adaa8dcd6dccf3b 100644 --- a/src/proto_alpha/lib_protocol/main.ml +++ b/src/proto_alpha/lib_protocol/main.ml @@ -422,4 +422,4 @@ module Mempool = struct ~grandparent_round) end -(* Vanity nonce: 6455568396538124 *) +(* Vanity nonce: TBD *)