File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/cli/src/cli_entrypoint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2015,7 +2015,8 @@ let print_version_info () = Core.printf "Commit %s\n" Mina_version.commit_id
20152015
20162016let () =
20172017 Random. self_init () ;
2018- let logger = Logger. create () in
2018+ let compile_config = Mina_compile_config.Compiled. t in
2019+ let logger = Logger. create ~itn_features: compile_config.itn_features () in
20192020 don't_wait_for (ensure_testnet_id_still_good logger) ;
20202021 (* Turn on snark debugging in prod for now *)
20212022 Snarky_backendless.Snark. set_eval_constraints true ;
@@ -2029,7 +2030,6 @@ let () =
20292030 | [| _mina_exe; version |] when is_version_cmd version ->
20302031 Mina_version. print_version ()
20312032 | _ ->
2032- let compile_config = Mina_compile_config.Compiled. t in
20332033 Command. run
20342034 (Command. group ~summary: " Mina" ~preserve_subcommand_order: ()
20352035 (mina_commands logger ~itn_features: compile_config.itn_features) )
You can’t perform that action at this time.
0 commit comments